ci(security): add cargo-audit job (weekly + on push)
This commit is contained in:
@@ -16,6 +16,25 @@ steps:
|
|||||||
- cargo clippy --workspace --all-features -- -D warnings
|
- cargo clippy --workspace --all-features -- -D warnings
|
||||||
- cargo test --workspace --all-features
|
- cargo test --workspace --all-features
|
||||||
|
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
name: security-audit
|
||||||
|
|
||||||
|
when:
|
||||||
|
event:
|
||||||
|
- push
|
||||||
|
- cron
|
||||||
|
branch:
|
||||||
|
- dev
|
||||||
|
cron: weekly-security
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: cargo-audit
|
||||||
|
image: rust:1.83
|
||||||
|
commands:
|
||||||
|
- cargo install cargo-audit --locked
|
||||||
|
- cargo audit
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: release
|
name: release
|
||||||
|
|||||||
Reference in New Issue
Block a user