Skip to content

Commit

Permalink
github: do not fail the build
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Deza <adeza@anchore.com>
  • Loading branch information
Alfredo Deza committed Mar 4, 2021
1 parent b0e91c1 commit af3bece
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/demo.yml
Expand Up @@ -11,6 +11,7 @@ jobs:
with:
image: "alpine:latest"
debug: true
fail-build: false

test-directory:
runs-on: ubuntu-latest
Expand All @@ -21,3 +22,4 @@ jobs:
path: "tests/python"
debug: true
severity-cutoff: "negligible"
fail-build: false
2 changes: 2 additions & 0 deletions .github/workflows/sarifdemo.yml
Expand Up @@ -16,6 +16,7 @@ jobs:
image: "debian:8"
debug: true
acs-report-enable: true
fail-build: false
#severity-cutoff: "Medium"

- name: Inspect Generated SARIF
Expand All @@ -41,6 +42,7 @@ jobs:
path: "tests/python"
debug: true
acs-report-enable: true
fail-build: false
#severity-cutoff: "Medium"

- name: Inspect Generated SARIF
Expand Down

0 comments on commit af3bece

Please sign in to comment.