File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ tasks:
21
21
silent : true
22
22
security :
23
23
cmds :
24
- - ./osConfig/shell/bin/ check_for_pattern.sh "secret" # TODO: Fix path - make relative to project
24
+ - utils/ check_for_pattern.sh "secret" # TODO: Add this script
25
25
- whispers --config test/whisperConfig.yml --severity BLOCKER,CRITICAL .
26
26
- task : snyk
27
27
silent : true
28
28
snyk :
29
29
cmds :
30
- - snyk test --file=osConfig/languages/python/ requirements.txt # TODO: Fix path - make relative to project
30
+ - snyk test --file=requirements.txt
31
31
silent : true
32
32
ghReleaseInit :
33
33
cmds :
Original file line number Diff line number Diff line change 21
21
silent: true
22
22
security:
23
23
cmds:
24
- - ./osConfig/shell/bin/ check_for_pattern.sh "secret" #TODO: Fix path - make relative to project
24
+ - utils/ check_for_pattern.sh "secret" #TODO: Add this script
25
25
- whispers --config test/whisperConfig.yml --severity BLOCKER,CRITICAL .
26
26
- task: snyk
27
27
silent: true
You can’t perform that action at this time.
0 commit comments