Skip to content

Commit 77e7574

Browse files
committed
Modify audit.yml
1 parent 686a26b commit 77e7574

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/audit.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
name: Security audit
2+
23
on:
34
# schedule:
45
# - cron: "0 0 * * *"
56
push:
67
# paths:
78
# - "**/Cargo.toml"
89
# - "**/Cargo.lock"
9-
permissions:
10-
issues: write
11-
checks: write
10+
1211
jobs:
13-
security-audit:
14-
name: Security audit
12+
13+
audit-check:
14+
name: Audit check
1515
runs-on: ubuntu-latest
16+
permissions:
17+
issues: write
18+
checks: write
1619
steps:
1720
- uses: actions/checkout@v5
1821
- uses: rustsec/audit-check@v2.0.0

0 commit comments

Comments
 (0)