Skip to content

Commit

Permalink
Fix environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydrogers committed Dec 11, 2024
1 parent 825b711 commit 28b8cc1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/action_publish-images-security-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ jobs:
- id: scan
if: inputs.skip_scan != true
uses: aquasecurity/trivy-action@0.29.0
env:
LATEST_RELEASE: ${{ needs.get-latest-release.outputs.version }}
with:
image-ref: 'ghcr.io/serversideup/docker-ssh:${LATEST_RELEASE}'
image-ref: ghcr.io/serversideup/docker-ssh:${{ env.LATEST_RELEASE }}
format: 'table'
exit-code: '1'
ignore-unfixed: true
Expand Down

0 comments on commit 28b8cc1

Please sign in to comment.