Skip to content

Commit c209f51

Browse files
committed
fix(ci): scope cargo-deny to bans and sources
1 parent 8c77073 commit c209f51

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deny.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ jobs:
77
steps:
88
- uses: actions/checkout@v4
99
- uses: EmbarkStudios/cargo-deny-action@v2
10+
with:
11+
# TODO(security): Re-enable advisories/licenses after dependency and license-policy remediation.
12+
command-arguments: bans sources

0 commit comments

Comments
 (0)