Skip to content

Commit 92d4e72

Browse files
chore(datadog): enable Application Security Management
1 parent d7401b7 commit 92d4e72

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/deploy-online-serverest.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ jobs:
9797
--update-env-vars=DD_RUNTIME_METRICS_ENABLED=true \
9898
--update-env-vars=DD_TRACE_HEADER_TAGS=true \
9999
--update-env-vars=DD_LOGS_ENABLED=true \
100-
--update-env-vars=DD_PROFILING_ENABLED=true
100+
--update-env-vars=DD_PROFILING_ENABLED=true \
101+
--update-env-vars=DD_APPSEC_ENABLED=true
101102
env:
102103
DD_API_KEY: ${{ env.DD_API_KEY }}
103104
SERVICE: app-staging
@@ -190,7 +191,8 @@ jobs:
190191
--update-env-vars=DD_RUNTIME_METRICS_ENABLED=true \
191192
--update-env-vars=DD_TRACE_HEADER_TAGS=true \
192193
--update-env-vars=DD_LOGS_ENABLED=true \
193-
--update-env-vars=DD_PROFILING_ENABLED=true
194+
--update-env-vars=DD_PROFILING_ENABLED=true \
195+
--update-env-vars=DD_APPSEC_ENABLED=true
194196
env:
195197
DD_API_KEY: ${{ env.DD_API_KEY }}
196198
ENVIRONMENT: serverest.dev
@@ -250,7 +252,8 @@ jobs:
250252
--update-env-vars=DD_RUNTIME_METRICS_ENABLED=true \
251253
--update-env-vars=DD_TRACE_HEADER_TAGS=true \
252254
--update-env-vars=DD_LOGS_ENABLED=true \
253-
--update-env-vars=DD_PROFILING_ENABLED=true
255+
--update-env-vars=DD_PROFILING_ENABLED=true \
256+
--update-env-vars=DD_APPSEC_ENABLED=true
254257
env:
255258
DD_API_KEY: ${{ env.DD_API_KEY }}
256259
SERVICE: serverest-compasso-uol

0 commit comments

Comments
 (0)