Skip to content

Commit

Permalink
Don't block CI upon announcement of new advisories
Browse files Browse the repository at this point in the history
  • Loading branch information
divergentdave committed Jan 23, 2024
1 parent 0a55a25 commit 504728e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ jobs:
run: cargo doc --profile ci --workspace
- name: cargo-deny
uses: EmbarkStudios/cargo-deny-action@v1
with:
command: check bans

janus_docker:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -179,3 +181,13 @@ jobs:
files: docker-bake.hcl
workdir: .
targets: interop_binaries_small

rustsec_advisories:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v4
- name: cargo-deny
uses: EmbarkStudios/cargo-deny-action@v1
with:
command: check advisories

0 comments on commit 504728e

Please sign in to comment.