We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3632b7c commit 9a6667aCopy full SHA for 9a6667a
.github/workflows/check-advisories.yml
@@ -67,7 +67,7 @@ jobs:
67
ID=$(basename "$FILE" .md)
68
YEAR=$(echo "$ID" | cut -d - -f 2)
69
mkdir -p $DATA_DIR/$YEAR
70
- hsec-tools osv "$FILE" > $DATA_DIR/$YEAR/$ID.json
+ docker run --rm -v $PWD:/advisories haskell/hsec-tools:latest /bin/hsec-tools osv "$FILE" > $DATA_DIR/$YEAR/$ID.json
71
done < <(find advisories -type f -name "*.md")
72
BRANCH=generated/osv-export
73
REF=refs/remotes/origin/$BRANCH
0 commit comments