File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ jobs:
123123 runs-on : [ ubuntu-latest ]
124124 steps :
125125 - name : Run Trivy vulnerability scanner
126- uses : aquasecurity/trivy-action@c1824fd6edce30d7ab345a9989de00bbd46ef284 # 0.34.0
126+ uses : aquasecurity/trivy-action@e368e328979b113139d6f9068e03accaed98a518 # 0.34.1
127127 if : success()
128128 with :
129129 image-ref : ${{ env.REGISTRY }}/${{ github.repository_owner }}/greenhouse:${{ github.sha }}
@@ -133,7 +133,7 @@ jobs:
133133 severity : ' CRITICAL,HIGH,MEDIUM'
134134
135135 - name : Upload Trivy scan results to GitHub Security tab
136- uses : github/codeql-action/upload-sarif@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
136+ uses : github/codeql-action/upload-sarif@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
137137 if : always()
138138 with :
139139 sarif_file : trivy-results.sarif
You can’t perform that action at this time.
0 commit comments