mirror of
https://github.com/openappsec/openappsec.git
synced 2025-11-16 09:21:54 +03:00
Compare commits
3 Commits
Aug_23_202
...
1.0.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4038c18bda | ||
|
|
a9b6d2e715 | ||
|
|
5505022f47 |
@@ -2,4 +2,4 @@ ADD_DEFINITIONS(-Wno-deprecated-declarations)
|
||||
|
||||
add_library(orchestration_tools orchestration_tools.cc)
|
||||
|
||||
add_subdirectory(orchestration_tools_ut)
|
||||
#add_subdirectory(orchestration_tools_ut)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# If you wish to add a package to the cp-nano-cli.sh shell script,
|
||||
# just add a variable at the end of the file in the following format
|
||||
# <variable_name>="<packageName(directory name under /etc/cp/)> <default_port(optional)> <Formatted-Name(optioanl)>"
|
||||
# ** Please do not change the starting line of the variables (6th)
|
||||
# ## Please do not change the starting line of the variables (6th)
|
||||
|
||||
orchestration="orchestration 7777"
|
||||
access_control="accessControl 8000"
|
||||
@@ -28,4 +28,4 @@ sdwan_logger="sdwanLogger 2204 SD-WAN_Logger"
|
||||
cpview_metric_provider="cpviewMetricProvider 8282"
|
||||
hello_world="hello_world"
|
||||
crowdsec_aux="crowdsecAux 8081"
|
||||
# ** Please do not remove this comment - newline at end of file required.
|
||||
# ## Please do not remove this comment - newline at end of file required.
|
||||
|
||||
Reference in New Issue
Block a user