Skip to content

Commit

Permalink
Update check_nist.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
uazo authored Jan 8, 2024
1 parent cd8469a commit 603e5f7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/check_nist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,12 @@ jobs:
cd cves
CY=$(date +%Y)
docker run --rm --name tapir stratosphereips/tapir:latest \
bash -c "python3 tapir.py -y 2020-$CY libjxl -s" >libjxl.ansi
for i in $(seq 2020 $CY)
do
echo Asking for $i year
docker run --rm --name tapir stratosphereips/tapir:latest \
bash -c "python3 tapir.py -y $i libjxl -s" >>libjxl.ansi
done
sed -e 's/\x1b\[[0-9;]*m//g' <libjxl.ansi >libjxl.txt
rm libjxl.ansi
Expand Down

0 comments on commit 603e5f7

Please sign in to comment.