@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.
@@ -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
+ [![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/platform-mesh/portal-server-lib/badge)](https://scorecard.dev/viewer/?uri=github.com/platform-mesh/portal-server-lib)
6
7
  ![Build Status](https://github.com/platform-mesh/portal-server-lib/actions/workflows/pipeline.yaml/badge.svg)
7
8
 
8
9
  ## Project setup
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platform-mesh/portal-server-lib",
3
- "version": "0.8.13",
3
+ "version": "0.8.14",
4
4
  "author": "Platform Mesh",
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {