Skip to content

Commit

Permalink
Modify action to use infrastructure as code for SNYK
Browse files Browse the repository at this point in the history
  • Loading branch information
nikki-t committed Aug 3, 2023
1 parent 4cc97b3 commit 7e9a408
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy-generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,9 @@ jobs:

# SNYK blocking
- name: Run Snyk as a blocking step
uses: snyk/actions/python-3.8@master
uses: snyk/actions/iac@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
working-directory: ./terraform
with:
command: test
args: >
Expand All @@ -63,7 +62,7 @@ jobs:
# SNYK report
- name: Run Snyk on Python
uses: snyk/actions/python-3.8@master
uses: snyk/actions/iac@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
Expand Down

0 comments on commit 7e9a408

Please sign in to comment.