Skip to content

Commit da76339

Browse files
sca-scan.yml
1 parent 09b3a5a commit da76339

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/sca-scan.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,17 @@ on:
55
jobs:
66
security-sca:
77
runs-on: ubuntu-latest
8+
permissions:
9+
contents: read
10+
pull-requests: write
811
steps:
912
- uses: actions/checkout@master
1013
- name: Run Snyk to check for vulnerabilities
1114
uses: snyk/actions/python@master
1215
env:
1316
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
1417
with:
15-
args: --fail-on=all --all-projects --skip-unresolved
18+
args: --fail-on=all --all-projects
1619
json: true
1720
continue-on-error: true
1821
- uses: contentstack/sca-policy@main

0 commit comments

Comments
 (0)