Skip to content

Commit

Permalink
remove security for now as it yields problems that we can't resolve
Browse files Browse the repository at this point in the history
However we still have security reports on issues on GitHub so we are not loosing information there.
  • Loading branch information
AurelienFT committed Apr 4, 2024
1 parent a2dfcab commit 3434fdd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/security-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
# - uses: actions-rs/audit-check@v1
# with:
# token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3434fdd

Please sign in to comment.