diff --git a/.github/workflows/security-audit.yml b/.github/workflows/security-audit.yml index 6490836a..3a80c9b0 100644 --- a/.github/workflows/security-audit.yml +++ b/.github/workflows/security-audit.yml @@ -27,6 +27,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 30 strategy: + fail-fast: false matrix: checks: - advisories diff --git a/deny.toml b/deny.toml index 2a364383..b7d5e52b 100644 --- a/deny.toml +++ b/deny.toml @@ -64,6 +64,8 @@ allow = [ "Unicode-DFS-2016", "Unlicense", "Zlib", + "NCSA", + "CDLA-Permissive-2.0", ] exceptions = [ # ring uses a custom ISC-style license