diff --git a/.github/workflows/sonatype-jack.yml b/.github/workflows/sonatype-jack.yml index 26a73e3..34e0ec0 100644 --- a/.github/workflows/sonatype-jack.yml +++ b/.github/workflows/sonatype-jack.yml @@ -27,4 +27,4 @@ jobs: pip3 freeze > frozen.requirements.txt pip3 install jake - jake ddt \ No newline at end of file + jake ddt --whitelist jake-whitelist.json diff --git a/jake-whitelist.json b/jake-whitelist.json new file mode 100644 index 0000000..6f50422 --- /dev/null +++ b/jake-whitelist.json @@ -0,0 +1 @@ +{"ignore": [{"id": "CVE-2018-20225", "reason": "Only valid if private indexes are used"}]} \ No newline at end of file