Skip to content

Commit

Permalink
Create rsut-sec.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Maherilaza authored Jan 24, 2025
1 parent 91ef07e commit 3bc59de
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/rsut-sec.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Security audit
on:
schedule:
- cron: '0 0 * * *'
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/audit-check@v1

0 comments on commit 3bc59de

Please sign in to comment.