File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ jobs:
288
288
key : ${{ runner.os }}-cve-bin-tool-${{ steps.get-date.outputs.date }}
289
289
- name : Install dependencies
290
290
run : |
291
- python -m pip install --upgrade pip setuptools wheel
291
+ python -m pip install --upgrade pip setuptools wheel
292
292
pip install -r requirements.txt -r doc/requirements.txt
293
293
- name : Test to check for CVEs for python requirements and HTML report dependencies
294
294
run : |
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ class TestJSON:
35
35
"year" , list (range (2002 , datetime .datetime .now ().year + 1 ))
36
36
)
37
37
# NVD database started in 2002, so range then to now.
38
+ @pytest .mark .xfail (reason = "NVD data is sometimes imperfect" , run = True )
38
39
def test_json_validation (self , year ):
39
40
"""Validate latest nvd json file against their published schema"""
40
41
# Open the latest nvd file on disk
You can’t perform that action at this time.
0 commit comments