We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd08e71 commit fb1f826Copy full SHA for fb1f826
.github/workflows/container-security.yml
@@ -52,12 +52,9 @@ jobs:
52
with:
53
file: "${{ inputs.container-file }}"
54
context: .
55
- tags: ${{ steps.meta.outputs.tags }}
56
- labels: ${{ steps.meta.outputs.labels }}
57
58
# Scan the image for vulnerabilities
59
- name: Run the Anchore / Grype scan action
60
- if: ${{ inputs.scanning == 'true' }}
61
uses: anchore/scan-action@f2ba85e044c8f5e5014c9a539328a9c78d3bfa49 # v5.2.1
62
id: scan
63
@@ -66,7 +63,6 @@ jobs:
66
fail-build: ${{ inputs.scanning-block }}
67
64
68
65
- name: Upload vulnerability report
69
70
uses: github/codeql-action/upload-sarif@v3
71
72
sarif_file: ${{ steps.scan.outputs.sarif }}
0 commit comments