Skip to content

Commit

Permalink
ci(PIB): update ansible security whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
niall-byrne committed May 10, 2024
1 parent 08e31cd commit b040163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
commands:
- 'bandit -r "${PROJECT_NAME}" -c .bandit.rc --ini .bandit -x tests'
- 'echo "\nPoetry is exporting the lockfile standby..."'
- 'poetry export --without-hashes -f requirements.txt | safety check -i 42923 -i 52510 -i 54229 -i 54230 --stdin'
- 'poetry export --without-hashes -f requirements.txt | safety check -i 42923 -i 54229 -i 54230 -i 54564 -i 66667 --stdin'
success: "Security Test Passed!"
failure: "Security Test Failed!"
- name: "test"
Expand Down

0 comments on commit b040163

Please sign in to comment.