Skip to content

Commit

Permalink
add security agent test
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcacheux committed Jan 24, 2024
1 parent 3cc3713 commit 4e6920f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,19 @@ suites:
bpf_debug: true
enable_conntrack: true

- name: security-agent
run_list:
- recipe[datadog::dd-agent]
attributes:
datadog: &DATADOG
aptrepo: 'http://apt.datad0g.com'
aptrepo_dist: 'beta'
api_key: somenonnullapikeythats32charlong
application_key: alsonotnil
security_agent:
cws:
enabled: true

- name: dd-handler
run_list:
- recipe[datadog::dd-handler]
Expand Down

0 comments on commit 4e6920f

Please sign in to comment.