|
37 | 37 | runs-on: ubuntu-latest |
38 | 38 | steps: |
39 | 39 | - name: Harden Runner |
40 | | - uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0 |
| 40 | + uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1 |
41 | 41 | with: |
42 | 42 | egress-policy: audit |
43 | 43 |
|
|
67 | 67 | vuln-type: 'os,library' |
68 | 68 | severity: 'CRITICAL,HIGH,MEDIUM,LOW,UNKNOWN' |
69 | 69 | - name: Upload Trivy scan results to GitHub Security tab |
70 | | - uses: github/codeql-action/upload-sarif@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.29.5 |
| 70 | + uses: github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5 |
71 | 71 | with: |
72 | 72 | sarif_file: 'trivy-ccm-results.sarif' |
73 | 73 | category: azure-cloud-controller-manager-image |
|
82 | 82 | severity: 'CRITICAL,HIGH,MEDIUM,LOW,UNKNOWN' |
83 | 83 | skip-setup-trivy: true |
84 | 84 | - name: Upload Trivy scan results to GitHub Security tab |
85 | | - uses: github/codeql-action/upload-sarif@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.29.5 |
| 85 | + uses: github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5 |
86 | 86 | with: |
87 | 87 | sarif_file: 'trivy-cnm-linux-results.sarif' |
88 | 88 | category: azure-cloud-node-manager-linux-image |
|
97 | 97 | severity: 'CRITICAL,HIGH,MEDIUM,LOW,UNKNOWN' |
98 | 98 | skip-setup-trivy: true |
99 | 99 | - name: Upload Trivy scan results to GitHub Security tab |
100 | | - uses: github/codeql-action/upload-sarif@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.29.5 |
| 100 | + uses: github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5 |
101 | 101 | if: ${{ github.ref == 'refs/heads/main' }} |
102 | 102 | with: |
103 | 103 | sarif_file: 'trivy-health-probe-proxy-linux-results.sarif' |
|
0 commit comments