|
44 | 44 | - name: Checkout code
|
45 | 45 | uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
46 | 46 | - name: Set up Go 1.x
|
47 |
| - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 |
| 47 | + uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0 |
48 | 48 | with:
|
49 | 49 | go-version: '>=1.20'
|
50 | 50 | check-latest: true
|
|
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@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11 |
| 70 | + uses: github/codeql-action/upload-sarif@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12 |
71 | 71 | with:
|
72 | 72 | sarif_file: 'trivy-ccm-results.sarif'
|
73 | 73 | category: azure-cloud-controller-manager-image
|
|
81 | 81 | vuln-type: 'os,library'
|
82 | 82 | severity: 'CRITICAL,HIGH,MEDIUM,LOW,UNKNOWN'
|
83 | 83 | - name: Upload Trivy scan results to GitHub Security tab
|
84 |
| - uses: github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11 |
| 84 | + uses: github/codeql-action/upload-sarif@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12 |
85 | 85 | with:
|
86 | 86 | sarif_file: 'trivy-cnm-linux-results.sarif'
|
87 | 87 | category: azure-cloud-node-manager-linux-image
|
|
95 | 95 | vuln-type: 'os,library'
|
96 | 96 | severity: 'CRITICAL,HIGH,MEDIUM,LOW,UNKNOWN'
|
97 | 97 | - name: Upload Trivy scan results to GitHub Security tab
|
98 |
| - uses: github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11 |
| 98 | + uses: github/codeql-action/upload-sarif@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12 |
99 | 99 | with:
|
100 | 100 | sarif_file: 'trivy-health-probe-proxy-linux-results.sarif'
|
101 | 101 | category: health-probe-proxy-linux-image
|
|
0 commit comments