Skip to content

Commit

Permalink
fix: remove audit step
Browse files Browse the repository at this point in the history
  • Loading branch information
KlementXV committed Aug 17, 2024
1 parent 1689502 commit 70cc492
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/rust-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down Expand Up @@ -55,22 +56,6 @@ jobs:
- name: No-default features
run: cargo test --workspace --no-default-features

security_audit:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Install Rust
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
components: clippy
override: true

- name: Run Clippy
run: |
cargo clippy --all-features --message-format=json | clippy-sarif | tee results_clippy.sarif | sarif-fmt
Expand Down

0 comments on commit 70cc492

Please sign in to comment.