diff --git a/.github/workflows/build_image.yml b/.github/workflows/build_image.yml index 21436e3..5c50452 100644 --- a/.github/workflows/build_image.yml +++ b/.github/workflows/build_image.yml @@ -18,7 +18,7 @@ jobs: - name: Install dependencies run: bun install --frozen-lockfile - name: Run Trivy scanner on fs - uses: aquasecurity/trivy-action@0.32.0 + uses: aquasecurity/trivy-action@0.34.0 with: scan-type: 'fs' scan-ref: '.' @@ -83,7 +83,7 @@ jobs: run: echo "fragment=$(echo "${DOCKER_METADATA_OUTPUT_TAGS}" | head -n 1)" >> $GITHUB_OUTPUT - name: Run Trivy vulnerability scanner on the built image - uses: aquasecurity/trivy-action@0.32.0 + uses: aquasecurity/trivy-action@0.34.0 with: image-ref: ${{ steps.split-tags.outputs.fragment }} format: 'table'