Skip to content

Commit

Permalink
Merge pull request containers#759 from containers/renovate/all
Browse files Browse the repository at this point in the history
chore(deps): update embarkstudios/cargo-deny-action action to v2
  • Loading branch information
cgwalters authored Aug 14, 2024
2 parents 0921c05 + f8314fb commit 2aa8c6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v1
- uses: EmbarkStudios/cargo-deny-action@v2
with:
log-level: warn
command: check bans sources licenses
Expand Down
2 changes: 0 additions & 2 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
[licenses]
unlicensed = "deny"
allow = ["Apache-2.0", "Apache-2.0 WITH LLVM-exception", "MIT", "BSD-3-Clause", "BSD-2-Clause", "Unicode-DFS-2016"]

[[bans.deny]]
# We want to require FIPS validation downstream, so we use openssl
name = "ring"


[sources]
unknown-registry = "deny"
unknown-git = "deny"
Expand Down

0 comments on commit 2aa8c6a

Please sign in to comment.