Skip to content

Commit cfb40da

Browse files
ci: removed audit, since cargo deny already does it
1 parent 9378359 commit cfb40da

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/security.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,8 @@ permissions:
1414
security-events: write
1515

1616
jobs:
17-
audit:
18-
name: Dependency Audit
19-
runs-on: ubuntu-latest
20-
steps:
21-
- uses: actions/checkout@v4
22-
- uses: rustsec/audit-check@v2
23-
with:
24-
token: ${{ secrets.GITHUB_TOKEN }}
25-
2617
cargo-deny:
27-
name: Cargo Deny
18+
name: Security & License Check
2819
runs-on: ubuntu-latest
2920
steps:
3021
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)