There was an error while loading. Please reload this page.
1 parent 08d4230 commit 9f2bbd7Copy full SHA for 9f2bbd7
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