Switch to rustsec-admin 0.5.2 (OSV 1.0) and branch osv (#1042)

This commit is contained in:
Sergey "Shnatsel" Davidoff
2021-09-12 14:30:20 +00:00
committed by GitHub
parent d202965dcb
commit 6c092fecd4

View File

@@ -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