Skip to content

Commit

Permalink
run on push again
Browse files Browse the repository at this point in the history
  • Loading branch information
NovemberTang committed Jun 16, 2023
1 parent d51a9f0 commit 555dc2e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/snyk-iac.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Snyk IAC

on:
pull_request:
branches:
- main
push:
branches:
- main
Expand All @@ -10,7 +13,5 @@ on:
jobs:
GuCdkScan:
uses: guardian/.github/.github/workflows/pr-gucdk-snyk.yml@nt/iac-scan
with:
SEVERITY_THRESHOLD: 'low'
secrets:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

0 comments on commit 555dc2e

Please sign in to comment.