Skip to content

Commit

Permalink
rework image taging
Browse files Browse the repository at this point in the history
issue #44
  • Loading branch information
Jaroslav380 committed Feb 4, 2025
1 parent 3c422d7 commit 92fafe4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ jobs:
needs: build-test-push

steps:
- name: Debug branch and commit values
run: |
echo "Branch: ${{ env.BRANCH_NAME }}"
echo "Commit Hash: ${{ env.COMMIT_HASH }}"
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.29.0
with:
Expand Down

0 comments on commit 92fafe4

Please sign in to comment.