Skip to content

Commit 736a9b2

Browse files
authored
Merge pull request #179 from sbs2001/ubuntu_oval_parser
Add OVAL parser for Ubuntu
2 parents b6725ab + 1490508 commit 736a9b2

6 files changed

Lines changed: 1856 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
- SECRET_KEY="i1bn=oly)w*2yl-5yc&f!vvgt)p)fh3_2$r#spa!*sw36f5ov7"
1212

1313
before_script:
14-
- pycodestyle --exclude=migrations,settings.py,lib --max-line-length=100 .
14+
- pycodestyle --exclude=migrations,settings.py,venv,lib_oval.py,test_ubuntu.py --max-line-length=100 .
1515
- psql -c "CREATE DATABASE vulnerablecode;" -U postgres
1616
- ./manage.py migrate
1717

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ the code Django includes for this purpose: `SECRET_KEY=$(python -c "from django.
5353
## Tests
5454

5555
```
56-
pycodestyle --exclude=migrations,settings.py,venv --max-line-length=100 .
56+
pycodestyle --exclude=migrations,settings.py,venv,lib_oval.py,test_ubuntu.py --max-line-length=100 .
5757
DJANGO_DEV=1 pytest
5858
```
5959
To skip tests which require internet connection:

0 commit comments

Comments
 (0)