Skip to content

Commit

Permalink
Merge branch 'development' into release/0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikki-t committed Aug 3, 2023
2 parents 72989f5 + 20efadf commit 7b3e702
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/deploy-generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,18 @@ jobs:
# Check out GitHub repo
- uses: actions/checkout@v3

# SNYK scan and report
- name: Run Snyk to test and report
uses: snyk/actions/iac@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
command: test
args: >
--org=${{ secrets.SNYK_ORG_ID }}
--severity-threshold=high
--report
# Set up Terraform
- name: Setup Terraform
Expand Down

0 comments on commit 7b3e702

Please sign in to comment.