Skip to content

Commit fe28e47

Browse files
authored
Update ci-cd.yml
1 parent 517f911 commit fe28e47

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci-cd.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,6 @@ jobs:
104104
image-ref: ${{ secrets.HARBOR_REGISTRY }}/${{ secrets.HARBOR_PROJECT }}/stablecoin-keeper:${{ github.ref_name }}
105105
format: 'sarif'
106106
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"
113107

114108
- name: Upload Trivy scan results
115109
uses: github/codeql-action/upload-sarif@v3

0 commit comments

Comments
 (0)