Skip to content

Commit

Permalink
fix(ci): 💚 use correct sha format
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherStranger committed Mar 20, 2023
1 parent 0980f87 commit 6bed1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
with:
image-ref: "ghcr.io/anotherstranger/borg-server:sha-${{ github.sha }}"
image-ref: "ghcr.io/anotherstranger/borg-server:${{ steps.meta.outputs.tags[0] }}"
format: "template"
template: "@/contrib/sarif.tpl"
output: "trivy-results.sarif"
Expand Down

0 comments on commit 6bed1e2

Please sign in to comment.