We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dab63f commit 907ae5eCopy full SHA for 907ae5e
1 file changed
.github/workflows/snyk.yaml
@@ -45,7 +45,7 @@ jobs:
45
46
- name: Run Snyk IaC Scan for ${{ matrix.chartConfig.name }}
47
continue-on-error: true
48
- uses: snyk/actions/iac@b98d498629f1c368650224d6d212bf7dfa89e4bf # 0.4.0
+ uses: snyk/actions/iac@9adf32b1121593767fc3c057af55b55db032dc04 # v1.0.0
49
env:
50
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
51
SNYK_ORG_ID: ${{ secrets.SNYK_ORG_ID }}
0 commit comments