Skip to content

Commit

Permalink
Fix Snyk action
Browse files Browse the repository at this point in the history
  • Loading branch information
pvannierop authored Dec 5, 2024
1 parent 408a31b commit 425174a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/snyk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: snyk/actions/gradle-jdk17@master
- uses: snyk/actions/maven-3-jdk-17@master
name: Run Snyk to check for vulnerabilities
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with: --all-projects --configuration-matching='^runtimeClasspath$' --org=radar-base --policy-path=$PWD/.snyk
with:
args: --all-projects --configuration-matching='^runtimeClasspath$' --org=radar-base --policy-path=$PWD/.snyk --severity-threshold=high

0 comments on commit 425174a

Please sign in to comment.