Skip to content

Commit

Permalink
chore: update image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwalach committed Jun 22, 2023
1 parent 5454c9a commit fd77bf9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cve-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: anchore/scan-action@v3
id: grype-scan
with:
image: oryd/hydra:${{ env.SHA_SHORT }}
image: oryd/hydra:${{ env.SHA_SHORT }}-sqlite
fail-build: true
severity-cutoff: high
add-cpes-if-none: true
Expand All @@ -52,7 +52,7 @@ jobs:
uses: aquasecurity/trivy-action@master
if: ${{ always() }}
with:
image-ref: oryd/hydra:${{ env.SHA_SHORT }}
image-ref: oryd/hydra:${{ env.SHA_SHORT }}-sqlite
format: "table"
exit-code: "42"
ignore-unfixed: true
Expand All @@ -63,7 +63,7 @@ jobs:
uses: erzz/dockle-action@v1.3.2
if: ${{ always() }}
with:
image: oryd/hydra:${{ env.SHA_SHORT }}
image: oryd/hydra:${{ env.SHA_SHORT }}-sqlite
exit-code: 42
failure-threshold: high
- name: Hadolint
Expand All @@ -80,5 +80,5 @@ jobs:
shell: bash
run: |
echo "::group::Hadolint Scan Details"
echo "${HADOLINT_RESULTS}" | jq '.'
echo "${HADOLINT_RESULTS}" | jq '.'
echo "::endgroup::"

0 comments on commit fd77bf9

Please sign in to comment.