Skip to content

Commit

Permalink
fix: allow certain sample workflows to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
clay-lake committed Dec 2, 2024
1 parent f39def2 commit 00a2f5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_test_eicar_rock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
test:
uses: canonical/oci-factory/.github/workflows/Test-Rock.yaml@main
needs: [build]
continue-on-error: true # we expect malware scan to fail
with:
oci-archive-name: "eicar-rock"
test-vulnerabilities: true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_external_rock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
test:
uses: canonical/oci-factory/.github/workflows/Test-Rock.yaml@main
needs: [setup]
continue-on-error: true # we expect vulnerabilities scan to fail
with:
oci-archive-name: test_image
test-vulnerabilities: true
Expand Down

0 comments on commit 00a2f5f

Please sign in to comment.