feat(workstation): added noseyparker and accompanying Taskfile entry

This commit is contained in:
NaeiKinDus 2023-12-25 00:00:00 +00:00
parent f1b58d6a62
commit fa47334af3
Signed by: WoodSmellParticle
GPG key ID: 8E52ADFF7CA8AE56
3 changed files with 14 additions and 0 deletions

View file

@ -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}}'