We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3a6027 commit a07962aCopy full SHA for a07962a
1 file changed
.github/workflows/security_snyk_scan.yml
@@ -7,6 +7,10 @@ on:
7
8
jobs:
9
security-snyk-check:
10
+ permissions:
11
+ contents: read
12
+ actions: read
13
+ security-events: write
14
name: Project security Snyk dependency check
15
uses: ministryofjustice/hmpps-github-actions/.github/workflows/security_snyk_scan.yml@v2
16
with:
@@ -18,5 +22,6 @@ jobs:
18
22
slack_include_summary: true
19
23
snyk_policy_path: ''
20
24
secrets:
21
- HMPPS_SNYK_API_KEY: ${{ secrets.HMPPS_SNYK_API_KEY }}
25
+ HMPPS_SNYK_CLIENT_SECRET: ${{ secrets.HMPPS_SNYK_CLIENT_SECRET }}
26
+ HMPPS_SNYK_CLIENT_ID: ${{ secrets.HMPPS_SNYK_CLIENT_ID }}
27
HMPPS_SRE_SLACK_BOT_TOKEN: ${{ secrets.HMPPS_SRE_SLACK_BOT_TOKEN }}
0 commit comments