Skip to content

Commit

Permalink
Ignore sphinx@2 security issue for now
Browse files Browse the repository at this point in the history
Ignoring sphinx@2 security issue for now, see: miyakogi/m2r#51
  • Loading branch information
Dmytro Litvinov committed Jun 20, 2020
1 parent 672b315 commit b4948d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,6 @@ jobs:
poetry run sh tests/test_integration.sh
poetry run poetry check
poetry run pip check
poetry run safety check --bare --full-report
# Ignoring sphinx@2 security issue for now, see:
# https://github.com/miyakogi/m2r/issues/51
poetry run safety check --bare --full-report -i 38330

0 comments on commit b4948d2

Please sign in to comment.