Skip to content

Commit a1e205c

Browse files
committed
Adds additional argument to snyk to honor policies in .snyk file
1 parent b9b6543 commit a1e205c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
steps:
9090
- setup_build_environment
9191
- snyk/scan:
92-
additional-arguments: --all-sub-projects
92+
additional-arguments: --all-sub-projects --policy-path=.snyk
9393

9494
workflows:
9595
version: 2

0 commit comments

Comments
 (0)