Merge pull request #35 from NDDev-it-com/chore/gds-mod-18 #36
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: scorecard | |
| on: | |
| push: | |
| branches: [main] | |
| schedule: | |
| - cron: "40 7 * * 1" | |
| permissions: {} | |
| concurrency: | |
| group: scorecard-${{github.ref}} | |
| cancel-in-progress: false | |
| jobs: | |
| scorecard: | |
| name: OpenSSF Scorecard | |
| permissions: | |
| contents: read | |
| actions: read # Inspect workflow metadata for Scorecard checks. | |
| id-token: write # Obtain OIDC identity for the Scorecard artifact. | |
| uses: NDDev-it-com/ci-workflows/.github/workflows/public-scorecard-json.yml@2ccb80e96f5771b6a6b4eae63a4f47e232906dc7 # 0.12.0 |