-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move security scan build failures to high
- Loading branch information
Shane Starcher
committed
Feb 5, 2022
1 parent
30dd7c6
commit c98c3db
Showing
2 changed files
with
3 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -40,3 +40,5 @@ jobs: | |
uses: anchore/scan-action@v3 | ||
with: | ||
image: "localbuild/testimage:latest" | ||
severity-cutoff: high | ||
|
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,7 +4,7 @@ name: 'build images' | |
on: | ||
push: | ||
branches: | ||
- ['test'] | ||
- [test] | ||
|
||
jobs: | ||
docker: | ||
|