Skip to content

Commit

Permalink
update snky test
Browse files Browse the repository at this point in the history
  • Loading branch information
sliu008 committed May 21, 2024
1 parent 8509bef commit 3eef704
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,8 @@ jobs:
poetry run flake8 cumulus_postworkflow_normalizer
poetry run pytest --junitxml=build/reports/pytest.xml --cov=podaac/ --cov-report=html -m "not aws and not integration" tests/
- name: Run Snyk as a blocking step
uses: snyk/actions/python-3.11@master
uses: snyk/actions/python@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
Expand All @@ -211,7 +210,7 @@ jobs:
--fail-on=all
- name: Run Snyk on Python
uses: snyk/actions/python-3.11@master
uses: snyk/actions/python@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
Expand Down

0 comments on commit 3eef704

Please sign in to comment.