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 3dc8ff4 commit db5cfb9Copy full SHA for db5cfb9
.github/workflows/container-security.yml
@@ -53,13 +53,14 @@ jobs:
53
with:
54
file: "${{ inputs.container-file }}"
55
context: .
56
+ tags: ${{ inputs.container-name }}:latest
57
58
# Scan the image for vulnerabilities
59
- name: Run the Anchore / Grype scan action
60
uses: anchore/scan-action@f2ba85e044c8f5e5014c9a539328a9c78d3bfa49 # v5.2.1
61
id: scan
62
- image: "${{ env.REGISTRY }}/${{ inputs.container-name }}:${{ steps.build.outputs.digest }}"
63
+ image: "${{ inputs.container-name }}:latest"
64
only-fixed: true
65
fail-build: ${{ inputs.scanning-block }}
66
0 commit comments