Skip to content

Commit

Permalink
disable cargo audit in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
XuyangSong committed Oct 16, 2023
1 parent 8626a44 commit 9c62d5a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,14 +150,14 @@ jobs:
command: fmt
args: --all -- --check

security:
name: Security - Cargo Audit
runs-on: ubuntu-latest
container:
image: rustlang/rust:nightly
steps:
- uses: actions/checkout@v3
- name: Install cargo-audit
run: cargo install cargo-audit
- name: Cargo Audit
run: cargo audit
# security:
# name: Security - Cargo Audit
# runs-on: ubuntu-latest
# container:
# image: rustlang/rust:nightly
# steps:
# - uses: actions/checkout@v3
# - name: Install cargo-audit
# run: cargo install cargo-audit
# - name: Cargo Audit
# run: cargo audit

0 comments on commit 9c62d5a

Please sign in to comment.