From f8314fb48dad527d9a26142293fa72d2039acb97 Mon Sep 17 00:00:00 2001 From: Platform Engineering Bot Date: Mon, 12 Aug 2024 11:26:09 +0000 Subject: [PATCH] chore(deps): update embarkstudios/cargo-deny-action action to v2 Signed-off-by: Platform Engineering Bot Signed-off-by: Colin Walters --- .github/workflows/ci.yml | 2 +- deny.toml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9fda0f2ab..4855d3485 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/deny.toml b/deny.toml index c90b1c268..a5340e3c5 100644 --- a/deny.toml +++ b/deny.toml @@ -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"