Skip to content

Commit bdc877f

Browse files
authored
Check for vulnerable packages in CI (#239)
* Add safety check to Tox config * Don't check Safety locally
1 parent 3f17009 commit bdc877f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tox.ini

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,9 @@ commands =
2929
[testenv:lint]
3030
deps = prospector
3131
commands =
32-
prospector --profile-path={toxinidir}
32+
prospector --profile-path={toxinidir}
33+
34+
[testenv:safety]
35+
deps = safety
36+
commands =
37+
safety check

0 commit comments

Comments
 (0)