There was an error while loading. Please reload this page.
2 parents 13d7fc4 + 0f0fc15 commit 9af9077Copy full SHA for 9af9077
1 file changed
.github/workflows/sca-scan.yml
@@ -5,6 +5,9 @@ on:
5
jobs:
6
security-sca:
7
runs-on: ubuntu-latest
8
+ permissions:
9
+ contents: read
10
+ pull-requests: write
11
steps:
12
- uses: actions/checkout@master
13
- name: Run Snyk to check for vulnerabilities
0 commit comments