Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jyothi kumar committed Jul 26, 2024
1 parent 6d3f6ed commit 2a06fd1
Show file tree
Hide file tree
Showing 2 changed files with 467 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 @@ -4,9 +4,9 @@ name: Build-Scan-Push-Image-scan
# events but only for the trivyExploitable branch
on:
push:
branches: [ trivyExploitable ]
branches: [ trivySensitive ]
pull_request:
branches: [ trivyExploitable ]
branches: [ trivySensitive ]

env:
BuildNumber: ${{ github.run_id }}-${{ github.run_number }}
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: 'trivyPremiumVuln.sarif'
sarif_file: 'trivyPremiumSensitive.sarif'

#- name: Push Docker image
# uses: docker/[email protected]
Expand Down
Loading

0 comments on commit 2a06fd1

Please sign in to comment.