There was an error while loading. Please reload this page.
1 parent 421d7bc commit 602948aCopy full SHA for 602948a
1 file changed
.github/workflows/sca-scan.yml
@@ -5,14 +5,17 @@ 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
- uses: snyk/actions/python-3.12@master
14
+ uses: snyk/actions/python@master
15
env:
16
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
17
with:
- args: --fail-on=all --all-projects --skip-unresolved
18
+ args: --fail-on=all --all-projects
19
json: true
20
continue-on-error: true
21
- uses: contentstack/sca-policy@main
0 commit comments