Skip to content

Commit b8fea28

Browse files
authored
Update sca-scan.yml
1 parent be66673 commit b8fea28

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/sca-scan.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@master
10+
- uses: snyk/actions/setup@master
1011
- name: Run Snyk to check for vulnerabilities
11-
uses: snyk/actions/cocoapods@master
12+
run: snyk test --fail-on=all
1213
env:
1314
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
14-
with:
15-
args: --fail-on=all

0 commit comments

Comments
 (0)