Skip to content

Commit

Permalink
Merge pull request #8123 from madhavajay/madhava/sec_fix
Browse files Browse the repository at this point in the history
ignoring ansible and restrictedpython errors for now
  • Loading branch information
madhavajay authored Oct 2, 2023
2 parents 7bdd1d7 + 634d4b6 commit b302854
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,9 @@ deps =
commands =
pip install --upgrade pip
bandit -r src
safety check -i 42923 -i 54229 -i 54230
# ansible 8.4.0
# restrictedpython 6.2
safety check -i 60840 -i 54229 -i 54230 -i 42923

[testenv:syft.test.unit]
description = Syft Unit Tests
Expand Down

0 comments on commit b302854

Please sign in to comment.