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 @@ -158,7 +158,7 @@ jobs:
158158 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
159159
160160 - name : Run Trivy vulnerability scanner in fs mode
161- uses : aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # 0.28 .0
161+ uses : aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0 # 0.29 .0
162162 with :
163163 scan-type : ' fs'
164164 ignore-unfixed : true
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115115 run : docker pull ${{ matrix.image }}:${{ env.tag }}
116116
117117 - name : Run Trivy Vulnerability Scanner
118- uses : aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # 0.28 .0
118+ uses : aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0 # 0.29 .0
119119 with :
120120 image-ref : ${{ matrix.image }}:${{ env.tag }}
121121 format : ' sarif'
You can’t perform that action at this time.
0 commit comments