Skip to content

Commit

Permalink
move security scan build failures to high
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Starcher committed Feb 5, 2022
1 parent 30dd7c6 commit c98c3db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/anchore-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,5 @@ jobs:
uses: anchore/scan-action@v3
with:
image: "localbuild/testimage:latest"
severity-cutoff: high

2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: 'build images'
on:
push:
branches:
- ['test']
- [test]

jobs:
docker:
Expand Down

0 comments on commit c98c3db

Please sign in to comment.