Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaconsalvi committed Aug 30, 2024
1 parent 86f9411 commit cc1ae32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-from-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
id: scan
uses: aquasecurity/trivy-action@595be6a0f6560a0a8fc419ddf630567fc623531d # v0.22.0
with:
image-ref: "lghcr.io/${{ github.repository }}:${{ github.head_ref || github.ref_name }}"
image-ref: "ghcr.io/${{ github.repository }}:${{ github.head_ref || github.ref_name }}"
format: 'sarif'
output: 'results.sarif'

Expand Down

0 comments on commit cc1ae32

Please sign in to comment.