feat(workstation): added noseyparker and accompanying Taskfile entry
This commit is contained in:
parent
f1b58d6a62
commit
fa47334af3
3 changed files with 14 additions and 0 deletions
|
@ -96,6 +96,12 @@ tasks:
|
|||
env:
|
||||
IMAGE_TAG:
|
||||
|
||||
nosey:
|
||||
desc: start noseyparker to ensure no secrets or passwords are committed
|
||||
cmds:
|
||||
- noseyparker scan --datastore=$(basename $PWD).np --ignore=.gitignore --color=always --progress=always .
|
||||
- noseyparker report --datastore=$(basename $PWD).np
|
||||
|
||||
venv:
|
||||
desc: execute a python3 command using the virtualenv wrapper
|
||||
cmd: '{{.PYTHON_WRAPPER}} {{.CLI_ARGS}}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue