Skip to content

Commit

Permalink
Merge pull request #1474 from gtk-rs/dependabot/github_actions/Embark…
Browse files Browse the repository at this point in the history
…Studios/cargo-deny-action-2

build(deps): bump EmbarkStudios/cargo-deny-action from 1 to 2
  • Loading branch information
sdroege committed Aug 12, 2024
2 parents b695107 + 5cca31e commit e9a261b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v1
- uses: EmbarkStudios/cargo-deny-action@v2

generator:
name: regen check
Expand Down
12 changes: 5 additions & 7 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -1,24 +1,22 @@
[graph]
exclude = [
"gtk-rs-examples",
]

[advisories]
version = 2
db-path = "~/.cargo/advisory-db"
db-urls = ["https://github.com/rustsec/advisory-db"]
vulnerability = "deny"
unmaintained = "warn"
notice = "warn"
ignore = []

[licenses]
unlicensed = "deny"
version = 2
allow = [
"MIT",
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"Unicode-DFS-2016",
]
copyleft = "deny"
allow-osi-fsf-free = "either"
default = "deny"
confidence-threshold = 0.8

[bans]
Expand Down

0 comments on commit e9a261b

Please sign in to comment.