We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23a2a04 commit d5f14f6Copy full SHA for d5f14f6
DockerENT/__init__.py
@@ -1,3 +1,3 @@
1
"""DockerENT - Runtime Docker scanning framework."""
2
3
-__version__ = '0.1.14'
+__version__ = '0.1.15'
DockerENT/web_app.py
@@ -8,8 +8,8 @@
8
import streamlit as ui
9
10
import DockerENT
11
-import DockerENT.scanner_workers
12
-import DockerENT.utils
+from DockerENT import scanner_workers
+from DockerENT.utils import utils
13
14
ui_sidebar = ui.sidebar
15
0 commit comments