Skip to content

Commit

Permalink
ci: upload deps
Browse files Browse the repository at this point in the history
  • Loading branch information
daxartio committed Nov 25, 2024
1 parent 4ca063e commit e879aaf
Show file tree
Hide file tree
Showing 3 changed files with 709 additions and 13 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,17 @@ name: Security audit

on:
schedule:
# Runs at 00:00 UTC everyday
- cron: '0 0 * * *'
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
# Runs at 00:00 on Monday
- cron: '0 0 * * 1'
workflow_dispatch:
pull_request:

jobs:
audit:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- uses: actions-rs/audit-check@v1
uses: actions/checkout@v4
- uses: rustsec/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}

4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
debug/
target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

Expand Down
Loading

0 comments on commit e879aaf

Please sign in to comment.