File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ jobs:
155155 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
156156
157157 - name : Run Trivy vulnerability scanner in fs mode
158- uses : aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # 0.28 .0
158+ uses : aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0 # 0.29 .0
159159 with :
160160 scan-type : ' fs'
161161 ignore-unfixed : true
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110110 run : docker pull ${{ matrix.image }}:${{ env.tag }}
111111
112112 - name : Run Trivy Vulnerability Scanner
113- uses : aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # 0.28 .0
113+ uses : aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0 # 0.29 .0
114114 with :
115115 image-ref : ${{ matrix.image }}:${{ env.tag }}
116116 format : ' sarif'
You can’t perform that action at this time.
0 commit comments