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 6de4d00 commit 77be21dCopy full SHA for 77be21d
2 files changed
common/constants.py
@@ -9,7 +9,7 @@
9
10
CFG = Config()
11
12
-APP_VERSION = "2.56.3"
+APP_VERSION = "2.56.4"
13
TIMESTAMP_LAST_REPO_BASED_EVAL = "last_eval_repo_based"
14
VMAAS_CVES_ENDPOINT = f"{CFG.vmaas_host}/api/vmaas/v3/cves"
15
VMAAS_REPOS_ENDPOINT = f"{CFG.vmaas_host}/api/vmaas/v3/repos"
pyproject.toml
@@ -28,7 +28,7 @@ profile = "black"
28
29
[tool.poetry]
30
name = "vulnerability-engine"
31
-version = "2.56.3"
+version = "2.56.4"
32
description = ""
33
authors = ["RH Insights <mail@mail.com>"]
34
readme = "README.md"
0 commit comments