Skip to content

Commit

Permalink
ci: move deny to ci (#14)
Browse files Browse the repository at this point in the history
* ci: move deny to ci

* chore: update deny.toml
  • Loading branch information
DaniPopes authored Dec 9, 2024
1 parent 24c10ac commit f11598f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 23 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,6 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/install@cargo-outdated
- run: cargo outdated --workspace --exit-code 1

deny:
uses: ithacaxyz/ci/.github/workflows/deny.yml@main
18 changes: 0 additions & 18 deletions .github/workflows/deps.yml

This file was deleted.

9 changes: 4 additions & 5 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
[advisories]
vulnerability = "deny"
unmaintained = "warn"
unsound = "warn"
version = 2
yanked = "warn"
notice = "warn"
ignore = []

[bans]
multiple-versions = "warn"
wildcards = "deny"
highlight = "all"

[licenses]
unlicensed = "deny"
confidence-threshold = 0.9
# copyleft = "deny"

Expand All @@ -24,8 +21,10 @@ allow = [
"BSD-3-Clause",
"ISC",
"Unicode-DFS-2016",
"Unicode-3.0",
"Unlicense",
"MPL-2.0",
"Zlib",
# https://github.com/briansmith/ring/issues/902
"LicenseRef-ring",
# https://github.com/briansmith/webpki/issues/148
Expand Down

0 comments on commit f11598f

Please sign in to comment.