Skip to content

Commit

Permalink
TESTING: rework main.yml
Browse files Browse the repository at this point in the history
issue #44
  • Loading branch information
Jaroslav380 committed Feb 4, 2025
1 parent abee23e commit 7eafd2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:

- name: Build Docker Image and Push to GHCR
run: |
docker tag gamertrack-war:latest ghcr.io/gepardec/gepardec-gamertrack:dev
docker push ghcr.io/gepardec/gepardec-gamertrack:dev
docker tag gamertrack-war:latest ghcr.io/gepardec/gepardec-gamertrack:devv
docker push ghcr.io/gepardec/gepardec-gamertrack:devv
scan:
name: scanning
Expand All @@ -69,7 +69,7 @@ jobs:
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.29.0
with:
image-ref: 'ghcr.io/gepardec/gepardec-gamertrack:dev'
image-ref: 'ghcr.io/gepardec/gepardec-gamertrack:devv'
format: 'sarif'
ignore-unfixed: true
scanners: 'vuln,secret,misconfig'
Expand Down

0 comments on commit 7eafd2f

Please sign in to comment.