Skip to content

Commit

Permalink
Adjust snyk configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Bdegraaf1234 committed Apr 30, 2024
1 parent 004a866 commit 5f4834f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/snyk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
run: >
snyk test
--all-sub-projects
--configuration-matching='^releaseRuntimeClasspath$'
--configuration-matching="^runtimeClasspath$"
--fail-on=upgradable
--org=radar-base
--policy-path=$PWD/.snyk
--policy-path=.snyk
--severity-threshold=high

0 comments on commit 5f4834f

Please sign in to comment.