Skip to content

Commit

Permalink
Undo scan_requirements_file_only: 'true'
Browse files Browse the repository at this point in the history
  • Loading branch information
davitmamrikishvili committed Aug 29, 2024
1 parent 5bc6869 commit 7aee0d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +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' # ignore https://data.safetycli.com/v/70612/97c/. Jinja2 library is not used in our code directly.
scan_requirements_file_only: 'true'
scan-safety-args: '-i 70612' # ignore https://data.safetycli.com/v/70612/97c/. Jinja2 library is not used in our code directly.

secrets:
pypi-password: ${{ secrets.PYPI_PASSWORD }}
4 changes: 1 addition & 3 deletions .github/workflows/scanning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@ jobs:
name: Vulnerabilities scan
uses: th2-net/.github/.github/workflows/python-scan.yml@python-workflow
with:
# safety-args: '-i 70612' # ignore https://data.safetycli.com/v/70612/97c/. Jinja2 library is not used in our code directly.
scan_requirements_file_only: 'true'

safety-args: '-i 70612' # ignore https://data.safetycli.com/v/70612/97c/. Jinja2 library is not used in our code directly.

0 comments on commit 7aee0d3

Please sign in to comment.