We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61e81f5 commit 7234257Copy full SHA for 7234257
DockerENT/__init__.py
@@ -1,3 +1,3 @@
1
"""DockerENT - Runtime Docker scanning framework."""
2
3
-__version__ = '0.1.4'
+__version__ = '0.1.5'
setup.py
@@ -22,7 +22,7 @@
22
"Operating System :: OS Independent",
23
],
24
python_requires='>=3.7',
25
- install_required=_requires,
+ install_requires=_requires,
26
entry_points={
27
'console_scripts': {
28
'DockerENT = DockerENT.__main__:start'
0 commit comments