Skip to content

Commit

Permalink
Disable audit check. (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSasaPrsic authored Jul 11, 2024
1 parent 7e95682 commit c8ed8aa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
with:
command: fmt
args: --all -- --check

- name: Security audit
uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
# TODO enable security audit once the lib deps are updated.
# - name: Security audit
# uses: actions-rs/audit-check@v1
# with:
# token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c8ed8aa

Please sign in to comment.