Skip to content

Commit

Permalink
fix: Update to latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekMasher committed Nov 18, 2024
1 parent 3dc8ff4 commit db5cfb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/container-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,14 @@ jobs:
with:
file: "${{ inputs.container-file }}"
context: .
tags: ${{ inputs.container-name }}:latest

# Scan the image for vulnerabilities
- name: Run the Anchore / Grype scan action
uses: anchore/scan-action@f2ba85e044c8f5e5014c9a539328a9c78d3bfa49 # v5.2.1
id: scan
with:
image: "${{ env.REGISTRY }}/${{ inputs.container-name }}:${{ steps.build.outputs.digest }}"
image: "${{ inputs.container-name }}:latest"
only-fixed: true
fail-build: ${{ inputs.scanning-block }}

Expand Down

0 comments on commit db5cfb9

Please sign in to comment.