Skip to content

Commit

Permalink
wip: log git branch and folder contents
Browse files Browse the repository at this point in the history
  • Loading branch information
petrutlucian94 committed Dec 31, 2024
1 parent 8a987d5 commit efce8a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/security-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
clean: 'false'
- name: Run Trivy vulnerability scanner
run: |
git log
git branch
ls
./tests/trivy-scan.sh ${{ steps.download-snap.outputs.snap-path }}
- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v3
Expand Down

0 comments on commit efce8a8

Please sign in to comment.