diff --git a/.github/workflows/node.yaml b/.github/workflows/node.yaml index 33571e9..c64a6fc 100644 --- a/.github/workflows/node.yaml +++ b/.github/workflows/node.yaml @@ -190,7 +190,7 @@ jobs: echo "image=$image" >> $GITHUB_OUTPUT - name: Trivy scanning if: steps.check-build-and-push.outputs.enable == 'true' && steps.check-ghcr.outputs.enable == 'true' && steps.ghcr-tag.outputs.tags != 0 - uses: aquasecurity/trivy-action@0.23.0 + uses: aquasecurity/trivy-action@0.24.0 with: image-ref: "${{ steps.trivy-image.outputs.image }}" format: "table"