From 7e9a4085a1d441604c274801667704547db3bf9b Mon Sep 17 00:00:00 2001 From: Nikki Tebaldi <17799906+nikki-t@users.noreply.github.com> Date: Thu, 3 Aug 2023 17:34:07 +0000 Subject: [PATCH] Modify action to use infrastructure as code for SNYK --- .github/workflows/deploy-generate.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-generate.yml b/.github/workflows/deploy-generate.yml index 66244d2..6d343e8 100644 --- a/.github/workflows/deploy-generate.yml +++ b/.github/workflows/deploy-generate.yml @@ -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: > @@ -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: