Skip to content

Commit

Permalink
ignore RUSTSEC-2023-0071 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
toelo3 committed Jan 22, 2024
1 parent 5dff6a4 commit 40c1f21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
- name: install audit
run: cargo install cargo-audit
- name: audit check
run: cargo audit
run: cargo audit --ignore RUSTSEC-2023-0071
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: install audit
run: cargo install cargo-audit
- name: audit check
run: cargo audit
run: cargo audit --ignore RUSTSEC-2023-0071
coverage:
runs-on: ubuntu-latest
name: ubuntu / stable / coverage
Expand Down

0 comments on commit 40c1f21

Please sign in to comment.