Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't block CI upon announcement of new advisories, 0.6 backport #2536

Merged
merged 1 commit into from
Jan 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading