hopefully resolving cargo audit
Some checks failed
CI / Rustfmt (push) Successful in 19s
CI / Cargo Audit & Deny (push) Successful in 29s
CI / Web Blocking Checks (push) Successful in 48s
CI / Security Blocking Checks (push) Successful in 8s
CI / Clippy (push) Successful in 2m2s
CI / Web Advisory Checks (push) Successful in 32s
CI / Security Advisory Checks (push) Successful in 35s
CI / Tests (push) Failing after 7m54s
Some checks failed
CI / Rustfmt (push) Successful in 19s
CI / Cargo Audit & Deny (push) Successful in 29s
CI / Web Blocking Checks (push) Successful in 48s
CI / Security Blocking Checks (push) Successful in 8s
CI / Clippy (push) Successful in 2m2s
CI / Web Advisory Checks (push) Successful in 32s
CI / Security Advisory Checks (push) Successful in 35s
CI / Tests (push) Failing after 7m54s
This commit is contained in:
@@ -124,9 +124,8 @@ jobs:
|
||||
with:
|
||||
path: |
|
||||
~/.cargo/bin/cargo-binstall
|
||||
~/.cargo/bin/cargo-audit
|
||||
~/.cargo/bin/cargo-deny
|
||||
key: cargo-security-tools-v1
|
||||
key: cargo-security-tools-v2
|
||||
|
||||
- name: Install cargo-binstall
|
||||
run: |
|
||||
@@ -136,12 +135,8 @@ jobs:
|
||||
|
||||
- name: Install security tools (pre-built binaries)
|
||||
run: |
|
||||
command -v cargo-audit &> /dev/null || cargo binstall --no-confirm --locked cargo-audit
|
||||
command -v cargo-deny &> /dev/null || cargo binstall --no-confirm --locked cargo-deny
|
||||
|
||||
- name: Cargo Audit
|
||||
run: cargo audit
|
||||
|
||||
- name: Cargo Deny
|
||||
run: cargo deny check
|
||||
|
||||
|
||||
Reference in New Issue
Block a user