We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b51b36 commit 8c0cdc8Copy full SHA for 8c0cdc8
CHANGELOG.md
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
4
5
## [Unreleased]
6
7
+## [0.26.0] - 2025-05-25
8
+
9
### Changed
10
11
- Rename severity into risk score
GNUmakefile
@@ -9,7 +9,7 @@ DOCKER_BUILD= DOCKER_BUILDKIT=1 $(DOCKER) build $(DOCKER_BUILD_FLAGS)
DOCKER_COMPOSE= $(DOCKER) compose -f compose.yaml $(DOCKER_COMPOSE_FLAGS)
12
-VERSION= unknown
+VERSION= 0.26.0
13
LDFLAGS= -ldflags "-X 'main.version=$(VERSION)' -X 'main.env=prod'"
14
GCFLAGS= -gcflags="-e"
15
0 commit comments