Skip to content

Commit

Permalink
add repo refs
Browse files Browse the repository at this point in the history
  • Loading branch information
kvootla committed Feb 8, 2024
1 parent 94d97dc commit 0e6571a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
id: scan
uses: anchore/scan-action@main
with:
image: ${{ needs.prep.outputs.taggedImage }}
image: ghcr.io/${{ needs.prep.outputs.taggedImage }}
acs-report-enable: true
fail-build: false
severity-cutoff: critical
Expand All @@ -127,7 +127,7 @@ jobs:
fi
${GITHUB_WORKSPACE}/cache/sysdig-cli-scanner \
--apiurl "${SYSDIG_SECURE_ENDPOINT}" \
${{ needs.prep.outputs.taggedImage }} \
ghcr.io/${{ needs.prep.outputs.taggedImage }} \
--console-log \
--dbpath="${GITHUB_WORKSPACE}/cache/db/" \
--cachepath="${GITHUB_WORKSPACE}/cache/scanner-cache/"
Expand Down

0 comments on commit 0e6571a

Please sign in to comment.