@platform-mesh/portal-server-lib 0.8.13 → 0.8.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/ossf-scorecard.yml +18 -0
- package/README.md +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
name: OpenSSF Scorecard
|
|
2
|
+
on:
|
|
3
|
+
push:
|
|
4
|
+
branches: [main]
|
|
5
|
+
schedule:
|
|
6
|
+
- cron: '30 4 * * 1'
|
|
7
|
+
workflow_dispatch:
|
|
8
|
+
|
|
9
|
+
permissions: read-all
|
|
10
|
+
|
|
11
|
+
jobs:
|
|
12
|
+
scorecard:
|
|
13
|
+
uses: platform-mesh/.github/.github/workflows/job-ossf-scorecard.yml@main
|
|
14
|
+
permissions:
|
|
15
|
+
security-events: write
|
|
16
|
+
id-token: write
|
|
17
|
+
contents: read
|
|
18
|
+
actions: read
|
package/README.md
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
This library helps you to set up the backend application using @openmfp/portal-server-lib by providing the set of the required implementations
|
|
4
4
|
in the scope of the Platform Mesh functionalities.
|
|
5
5
|
|
|
6
|
+
[](https://scorecard.dev/viewer/?uri=github.com/platform-mesh/portal-server-lib)
|
|
6
7
|

|
|
7
8
|
|
|
8
9
|
## Project setup
|