-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
jyothi kumar
committed
Jul 26, 2024
1 parent
6d3f6ed
commit 2a06fd1
Showing
2 changed files
with
467 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|
@@ -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] | ||
|
Oops, something went wrong.