Skip to content

Commit

Permalink
Merge pull request #22 from financrr/fix/workflows
Browse files Browse the repository at this point in the history
fixed rust-audit.yaml workflow
  • Loading branch information
DenuxPlays authored Mar 12, 2024
2 parents 1245cfd + 4828f5d commit 708a6fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust-audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rustsec/audit-check@v1.4.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
ignore: "RUSTSEC-2023-0071" # Marvin attack (RSA) crate. Being worked on.
- name: Install cargo-audit
run: cargo install --force cargo-audit
- name: Run cargo-audit
run: cargo audit --ignore RUSTSEC-2023-0071 # Marvin attack (RSA) crate. Being worked on.

0 comments on commit 708a6fe

Please sign in to comment.