You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: features/v2/agentless_scanning.feature
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,8 @@ Feature: Agentless Scanning
3
3
Datadog Agentless Scanning provides visibility into risks and
4
4
vulnerabilities within your hosts, running containers, and serverless
5
5
functions—all without requiring teams to install Agents on every host or
6
-
where Agents cannot be installed. Go to
6
+
where Agents cannot be installed. Agentless offers also Sensitive Data
7
+
Scanning capabilities on your storage. Go to
7
8
https://www.datadoghq.com/blog/agentless-scanning/ to learn more.
8
9
9
10
Background:
@@ -34,21 +35,21 @@ Feature: Agentless Scanning
34
35
35
36
@team:DataDog/k9-agentless
36
37
Scenario: Get AWS On Demand task by id returns "Bad Request" response
37
-
Given new "RetrieveAwsOnDemandTask" request
38
+
Given new "GetAwsOnDemandTask" request
38
39
And request contains "task_id" parameter with value "invalid-uuid"
39
40
When the request is sent
40
41
Then the response status is 400 Bad Request
41
42
42
43
@team:DataDog/k9-agentless
43
44
Scenario: Get AWS On Demand task by id returns "Not Found" response
44
-
Given new "RetrieveAwsOnDemandTask" request
45
+
Given new "GetAwsOnDemandTask" request
45
46
And request contains "task_id" parameter with value "00000000-0000-0000-824a-000000000000"
46
47
When the request is sent
47
48
Then the response status is 404 Not Found
48
49
49
50
@team:DataDog/k9-agentless
50
51
Scenario: Get AWS On Demand task by id returns "OK." response
51
-
Given new "RetrieveAwsOnDemandTask" request
52
+
Given new "GetAwsOnDemandTask" request
52
53
And request contains "task_id" parameter with value "63d6b4f5-e5d0-4d90-824a-9580f05f026a"
53
54
When the request is sent
54
55
Then the response status is 200 OK
@@ -115,7 +116,7 @@ Feature: Agentless Scanning
115
116
@team:DataDog/k9-agentless
116
117
Scenario: Post AWS Scan Options returns "Conflict" response
117
118
Given new "CreateAwsScanOptions" request
118
-
And body with value {"data":{"type":"aws_scan_options","id":"000000000002","attributes":{"vuln_host_os":true,"vuln_containers_os":true,"lambda":false}}}
119
+
And body with value {"data":{"type":"aws_scan_options","id":"000000000002","attributes":{"vuln_host_os":true,"vuln_containers_os":true,"sensitive_data":false,"lambda":false}}}
0 commit comments