Compare commits

...

2 Commits

2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ LABEL io.hass.name="GVM Scanner"
LABEL io.hass.description="un a GVM (OpenVAS) scanner as a Home Assistant add-on." LABEL io.hass.description="un a GVM (OpenVAS) scanner as a Home Assistant add-on."
LABEL io.hass.arch="amd64|aarch64" LABEL io.hass.arch="amd64|aarch64"
LABEL io.hass.type="addon" LABEL io.hass.type="addon"
LABEL io.hass.version="0.0.1-beta" LABEL io.hass.version="0.0.2-beta"
# Set timezone # Set timezone
ENV TZ=Europe/Rome ENV TZ=Europe/Rome

View File

@@ -1,6 +1,6 @@
{ {
"name": "GVM Scanner", "name": "GVM Scanner",
"version": "0.0.1-beta", "version": "0.0.2-beta",
"slug": "gvm", "slug": "gvm",
"description": "Run a GVM (OpenVAS) scanner as a Home Assistant add-on.", "description": "Run a GVM (OpenVAS) scanner as a Home Assistant add-on.",
"startup": "services", "startup": "services",