Skip to content

Commit

Permalink
Add explanation to -i
Browse files Browse the repository at this point in the history
  • Loading branch information
davitmamrikishvili committed Aug 27, 2024
1 parent 8b9a480 commit 8099a86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
test-dir: tests/tests_unit
test-ignore-dir: tests/tests_unit/test_dependencies/
test-requirements-file: requirements_dev.txt
scan-safety-args: '-i 70612'
scan-safety-args: '-i 70612' # ignore https://data.safetycli.com/v/70612/97c/. this is in a transitive dependency.

secrets:
pypi-password: ${{ secrets.PYPI_PASSWORD }}
2 changes: 1 addition & 1 deletion .github/workflows/scanning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ jobs:
name: Vulnerabilities scan
uses: th2-net/.github/.github/workflows/python-scan.yml@python-workflow
with:
safety-args: '-i 70612'
safety-args: '-i 70612' # ignore https://data.safetycli.com/v/70612/97c/. this is in a transitive dependency.

0 comments on commit 8099a86

Please sign in to comment.