We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1309add commit 831c593Copy full SHA for 831c593
1 file changed
.github/workflows/snyk.yaml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Run SNYK IaC Scan for Developer Hub
33
continue-on-error: true
34
- uses: snyk/actions/iac@0.4.0
+ uses: snyk/actions/iac@b98d498629f1c368650224d6d212bf7dfa89e4bf # 0.4.0
35
env:
36
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
37
SNYK_ORG_ID: ${{ secrets.SNYK_ORG_ID }}
@@ -41,7 +41,7 @@ jobs:
41
42
- name: Run Snyk IaC Scan for Orchestrator Infra
43
44
45
46
47
0 commit comments