Skip to content

Commit 6e98e8f

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/sca-scan.yml

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

0 commit comments

Comments
 (0)