Skip to content

Commit

Permalink
Fix remote config tests on pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
estringana committed Jan 13, 2025
1 parent 9607a5f commit 088a7b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appsec/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/hunter-cache.id.in ${CMAKE_CURRENT_SO
file(READ "../VERSION" appsec_version)
string(STRIP "${appsec_version}" appsec_version)
set(CMAKE_APPSEC_VERSION ${appsec_version})
string(REGEX REPLACE "\n" "" appsec_version "${appsec_version}")
string(REGEX MATCH "^[^+a-z]*" appsec_short_version "${appsec_version}")
project(ddappsec VERSION ${appsec_short_version})

Expand Down

0 comments on commit 088a7b6

Please sign in to comment.