We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c77073 commit c209f51Copy full SHA for c209f51
.github/workflows/deny.yml
@@ -7,3 +7,6 @@ jobs:
7
steps:
8
- uses: actions/checkout@v4
9
- 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