We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f074338 commit 137024fCopy full SHA for 137024f
1 file changed
.github/workflows/security.yml
@@ -1,30 +1,11 @@
1
-name: Security audit
+name: Security Audit
2
3
on:
4
push:
5
- paths: ['**/Cargo.toml', '**/Cargo.lock']
+ paths: ["**/Cargo.toml", "**/Cargo.lock"]
6
schedule:
7
- # Run every Monday at 08:00 UTC
8
- - cron: '0 8 * * 1'
9
-
10
-permissions:
11
- contents: read
12
13
-env:
14
- CARGO_TERM_COLOR: always
+ - cron: "0 8 * * 1"
15
16
jobs:
17
audit:
18
- name: cargo-audit
19
- runs-on: ubuntu-latest
20
- steps:
21
- - uses: actions/checkout@v6
22
23
- - name: Install Rust (stable)
24
- uses: dtolnay/rust-toolchain@stable
25
26
- - name: Install cargo-audit
27
- run: cargo install cargo-audit --locked
28
29
- - name: Run audit
30
- run: cargo audit --ignore RUSTSEC-2023-0071
+ uses: oxidized-mc/ci/.github/workflows/security-audit.yml@main
0 commit comments