Skip to content

Commit

Permalink
Merge pull request #2 from truefoundry/terraform-workflows
Browse files Browse the repository at this point in the history
Adding support of snyk token
  • Loading branch information
dunefro authored Nov 4, 2024
2 parents 87ceecc + 1e032d8 commit 0d3b2f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/terraform-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
command: iac test
args: --severity-threshold=${{ inputs.code_test_severity_threshold }}
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
SNYK_TOKEN: ${{ secrets.snyk_token }}
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
.DS_Store
.aider*
.aider*

0 comments on commit 0d3b2f8

Please sign in to comment.