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 6e71bd5 commit 7f345c2Copy full SHA for 7f345c2
.github/workflows/check-advisories.yml
@@ -47,6 +47,7 @@ jobs:
47
# Remove the begining of the README to extract the example.
48
(echo '```toml'; sed -e '1,/```toml/d' README.md) > EXAMPLE_README.md
49
while read FILE ; do
50
+ [ "$(dirname "$FILE")" != advisories/reserved ] || continue
51
echo -n "$FILE: "
52
docker run --rm -v $PWD:/repo --workdir /repo haskell/hsec-tools:latest /bin/hsec-tools check "$FILE" || RESULT=1
53
done < <([ ${#CHANGED_ADVISORIES[@]} -gt 0 ] && printf "%s\n" "${CHANGED_ADVISORIES[@]}" || find advisories EXAMPLE_README.md EXAMPLE_ADVISORY.md -type f -name "*.md")
0 commit comments