mirror of
https://github.com/rustsec/advisory-db.git
synced 2025-12-27 01:54:07 -05:00
Uses the crate name as fetched from the crates.io API to ensure all `affected_paths` begin with the crate name (i.e. are canonical)
16 lines
196 B
YAML
16 lines
196 B
YAML
language: rust
|
|
cache: cargo
|
|
|
|
# check that the advisory-db is well-formed
|
|
script: cargo run check
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
rust:
|
|
- stable
|
|
|
|
notifications:
|
|
irc: 'irc.mozilla.org#rustsec'
|