Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaffen committed Mar 15, 2024
1 parent 4467063 commit e85383a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
security-events: write
steps:
- name: Build container
uses: rwaffen/gha-build-and-publish-a-container@v2
uses: rwaffen/gha-build-and-publish-a-container@debug_publish
with:
registry_password: ${{ secrets.GITHUB_TOKEN }}
publish: 'false'
Expand All @@ -27,14 +27,14 @@ jobs:
- name: check-images
run: docker images

- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
with:
image-ref: ghcr.io/${{ github.repository }}:${{ github.sha }}
format: 'sarif'
output: 'trivy-results.sarif'
# - name: Run Trivy vulnerability scanner
# uses: aquasecurity/trivy-action@master
# with:
# image-ref: ghcr.io/${{ github.repository }}:${{ github.sha }}
# format: 'sarif'
# output: 'trivy-results.sarif'

- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: 'trivy-results.sarif'
# - name: Upload Trivy scan results to GitHub Security tab
# uses: github/codeql-action/upload-sarif@v2
# with:
# sarif_file: 'trivy-results.sarif'

0 comments on commit e85383a

Please sign in to comment.