Skip to content

Commit

Permalink
-tests scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
holomekc committed Dec 27, 2023
1 parent d0032ec commit 50a6097
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-image-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ jobs:
with:
token: ${{ github.token }}
repository: ${{ github.repository }}
- name: Print version
- name: Extract version
run: |
tag=${{ steps.last_release.outputs.release }}
echo "version=${tag%-*}" >> $GITHUB_OUTPUT
version=${tag%-*}
echo "version=${version}" >> $GITHUB_OUTPUT
- id: trivy-db
name: Check trivy db sha
Expand Down

0 comments on commit 50a6097

Please sign in to comment.