Skip to content
Snippets Groups Projects
Verified Commit 11e1bca0 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

[Tests] List dependencies in security lint tests

parent 3fa398f4
No related branches found
No related tags found
No related merge requests found
Pipeline #444 passed with warnings
......@@ -25,7 +25,9 @@ commands =
poetry run flake8 {posargs} biscuit/ apps/official/
[testenv:security]
commands = poetry run safety check --full-report
commands =
poetry show --no-dev
poetry run safety check --full-report
[testenv:build]
commands_pre =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment