We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 517f911 commit fe28e47Copy full SHA for fe28e47
.github/workflows/ci-cd.yml
@@ -104,12 +104,6 @@ jobs:
104
image-ref: ${{ secrets.HARBOR_REGISTRY }}/${{ secrets.HARBOR_PROJECT }}/stablecoin-keeper:${{ github.ref_name }}
105
format: 'sarif'
106
output: 'trivy-results.sarif'
107
-
108
- - name: Debug show SARIF and git status
109
- run: |
110
- ls -la
111
- [ -d .git ] && echo ".git present" || echo "NO .git DIR"
112
- [ -f trivy-results.sarif ] && echo "SARIF present" || echo "SARIF MISSING"
113
114
- name: Upload Trivy scan results
115
uses: github/codeql-action/upload-sarif@v3
0 commit comments