Skip to content

Commit

Permalink
Tested if just moving stuff where rustsec expects it works
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm authored May 17, 2024
1 parent 930dca5 commit 7650f23
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cargo-audit.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
name: Security audit
on:
schedule:
- cron: '40 7 * * *'
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
workflow_dispatch:

jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: mv server/* .
- uses: rustsec/audit-check@v1.4.1
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7650f23

Please sign in to comment.