Skip to content

Commit 89b11d3

Browse files
authored
Merge pull request #2 from evanharmon1/feat-1
Update taskfile
2 parents 57eaae7 + 40ce6b3 commit 89b11d3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Taskfile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ tasks:
2121
silent: true
2222
security:
2323
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
2525
- whispers --config test/whisperConfig.yml --severity BLOCKER,CRITICAL .
2626
- task: snyk
2727
silent: true
2828
snyk:
2929
cmds:
30-
- snyk test --file=osConfig/languages/python/requirements.txt #TODO: Fix path - make relative to project
30+
- snyk test --file=requirements.txt
3131
silent: true
3232
ghReleaseInit:
3333
cmds:

template/Taskfile.yml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ tasks:
2121
silent: true
2222
security:
2323
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
2525
- whispers --config test/whisperConfig.yml --severity BLOCKER,CRITICAL .
2626
- task: snyk
2727
silent: true

0 commit comments

Comments
 (0)