From 10f556c452b985b21b57114b0e63de8cbf8ae95d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?An=C5=BEe=20Luzar?= <aluzarwork@gmail.com> Date: Mon, 5 Sep 2022 09:35:15 +0200 Subject: [PATCH] Update version string to 0.1.9 --- src/iac_scan_runner/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/iac_scan_runner/api.py b/src/iac_scan_runner/api.py index 9c29ecd..da2c6ff 100644 --- a/src/iac_scan_runner/api.py +++ b/src/iac_scan_runner/api.py @@ -18,7 +18,7 @@ app = FastAPI( docs_url="/swagger", title="IaC Scan Runner REST API", description="Service that scans your Infrastructure as Code for common vulnerabilities", - version="0.1.6", + version="0.1.9", root_path=os.getenv('ROOT_PATH', "/") ) -- GitLab