diff --git a/.github/workflows/publish-snapshot.yml b/.github/workflows/publish-snapshot.yml index 552e0a77..852920ad 100644 --- a/.github/workflows/publish-snapshot.yml +++ b/.github/workflows/publish-snapshot.yml @@ -20,5 +20,6 @@ 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' secrets: - pypi-password: ${{ secrets.PYPI_PASSWORD }} \ No newline at end of file + pypi-password: ${{ secrets.PYPI_PASSWORD }}