Skip to content

Commit 69d174b

Browse files
committed
specify read permissions for cargo audit
Signed-off-by: Matt Wrock <matt@mattwrock.com>
1 parent 25c757e commit 69d174b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/rust-cargo-audit-check.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
name: Rust Cargo Audit
33
on:
44
push:
5-
jobs:
5+
permissions:
6+
contents: read
7+
jobs:
68
security_audit:
79
runs-on: ubuntu-latest
810
steps:

0 commit comments

Comments
 (0)