Skip to content

Commit

Permalink
Sync all deny.toml and audit_rust workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hatchan committed Apr 29, 2024
1 parent 73eca5a commit ee52dfe
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/audit_rust.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Rust crate audit
---
name: Audit Rust code

on:
push:
Expand All @@ -11,8 +12,12 @@ on:
workflow_dispatch:

jobs:
security_audit:
rust_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: recursive

- uses: EmbarkStudios/cargo-deny-action@v1

0 comments on commit ee52dfe

Please sign in to comment.