Skip to content

Commit

Permalink
-add scanning for docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
holomekc committed Dec 26, 2023
1 parent 3347485 commit 2f0eed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
sha=$(gh api -H "${headers}" "${endpoint}" | jq --raw-output "${jqFilter}")
echo "Trivy DB sha256:${sha}"
echo "::set-output name=sha::${sha}"
- uses: actions/cache@v4
- uses: actions/cache@v3
with:
path: .trivy
key: ${{ runner.os }}-trivy-db-${{ steps.trivy-db.outputs.sha }}
Expand Down

0 comments on commit 2f0eed2

Please sign in to comment.