Skip to content

Commit

Permalink
Fix Snyk scan configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
bonfaceshisakha authored Nov 14, 2022
1 parent f6833a1 commit 574f33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snyk-security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/gradle@master
uses: snyk/actions/gradle-jdk11@master
continue-on-error: true # To make sure that SARIF upload gets called
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
Expand Down

0 comments on commit 574f33f

Please sign in to comment.