Skip to content

Commit

Permalink
Fix dex image domain
Browse files Browse the repository at this point in the history
  • Loading branch information
emosbaugh committed Oct 15, 2021
1 parent fd9c5d8 commit d8a56b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/alpha.yaml
Expand Up @@ -457,7 +457,7 @@ jobs:
id: scan
uses: aquasecurity/trivy-action@master
with:
image-ref: "docker.io/ghcr.io/dexidp/dex:${{ steps.dotenv.outputs.dex_tag }}"
image-ref: "ghcr.io/dexidp/dex:${{ steps.dotenv.outputs.dex_tag }}"
format: 'template'
template: '@/contrib/sarif.tpl'
output: 'dex-scan-output.sarif'
Expand Down

0 comments on commit d8a56b2

Please sign in to comment.