mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2025-12-31 16:50:28 +01:00
Switch to rustsec-admin 0.5.2 (OSV 1.0) and branch osv (#1042)
This commit is contained in:
committed by
GitHub
parent
d202965dcb
commit
6c092fecd4
8
.github/workflows/export-osv.yml
vendored
8
.github/workflows/export-osv.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Export OSV
|
||||
name: Export to OSV format
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -10,14 +10,14 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: osv-experimental-v0.7
|
||||
ref: osv
|
||||
- uses: actions/cache@v1
|
||||
with:
|
||||
path: ~/.cargo/bin
|
||||
key: rustsec-admin-v0.5.1
|
||||
key: rustsec-admin-v0.5.2
|
||||
- run: |
|
||||
if [ ! -f $HOME/.cargo/bin/rustsec-admin ]; then
|
||||
cargo install rustsec-admin --vers 0.5.1
|
||||
cargo install rustsec-admin --vers 0.5.2
|
||||
fi
|
||||
mkdir -p crates
|
||||
rustsec-admin osv crates
|
||||
|
||||
Reference in New Issue
Block a user