Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,13 @@ jobs:
tool: cargo-audit@0.22.2
- name: cargo audit
run: cargo audit --deny unmaintained --deny unsound --deny yanked

osv-scanner:
name: osv scanner
uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@9a498708959aeaef5ef730655706c5a1df1edbc2
permissions:
actions: read
contents: read
security-events: write
with:
scan-args: '--config=osv-scanner.toml --lockfile=Cargo.lock'