Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
BioHPC
clair-singularity
Commits
fc052514
Commit
fc052514
authored
Aug 24, 2017
by
David Trudgian
Browse files
Merge branch 'master' of github.com:dctrud/clair-singularity
parents
440e0834
6fec904d
Changes
3
Hide whitespace changes
Inline
Side-by-side
clair_singularity/clair.py
View file @
fc052514
...
...
@@ -2,7 +2,6 @@ from __future__ import print_function
import
requests
import
sys
from
util
import
pretty_json
class
ClairException
(
Exception
):
...
...
setup.py
View file @
fc052514
...
...
@@ -3,7 +3,7 @@ Scan Singularity container images using CoreOS Clair.
"""
from
setuptools
import
find_packages
,
setup
dependencies
=
[
'click'
,
'six'
]
dependencies
=
[
'click'
,
'six'
,
'requests'
]
setup
(
name
=
'clair_singularity'
,
...
...
tests/test_image.py
View file @
fc052514
...
...
@@ -7,7 +7,7 @@ import pytest
import
requests
from
clair_singularity.image
import
image_to_tgz
,
check_image
,
http_server
from
clair_singularity.util
import
sha256
,
err_and_exit
from
clair_singularity.util
import
sha256
,
err_and_exit
,
wait_net_service
@
pytest
.
fixture
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment