diff --git a/.github/workflows/export-osv.yml b/.github/workflows/export-osv.yml index a438933..4ea505a 100644 --- a/.github/workflows/export-osv.yml +++ b/.github/workflows/export-osv.yml @@ -21,6 +21,8 @@ jobs: fi mkdir -p crates rustsec-admin osv crates + # FIXME: hack to avoid committing advisories without an ID + rm -f crates/RUSTSEC-0000-0000.json git config user.name github-actions git config user.email github-actions@github.com git add .