@@ -473,7 +473,7 @@ Feature: Security Monitoring
473
473
When the request is sent
474
474
Then the response status is 404 Not found: asset not found
475
475
476
- @team:DataDog/asm-vm
476
+ @skip @ team:DataDog/asm-vm
477
477
Scenario : Get SBOM returns "OK" response
478
478
Given operation "GetSBOM" enabled
479
479
And new "GetSBOM" request
@@ -830,21 +830,24 @@ Feature: Security Monitoring
830
830
831
831
@generated @skip @team:DataDog/asm-vm
832
832
Scenario : List vulnerabilities returns "Bad request: The server cannot process the request due to invalid syntax in the request." response
833
- Given new "ListVulnerabilities" request
833
+ Given operation "ListVulnerabilities" enabled
834
+ And new "ListVulnerabilities" request
834
835
When the request is sent
835
836
Then the response status is 400 Bad request: The server cannot process the request due to invalid syntax in the request.
836
837
837
838
@team:DataDog/asm-vm
838
839
Scenario : List vulnerabilities returns "Not found: There is no request associated with the provided token." response
839
- Given new "ListVulnerabilities" request
840
+ Given operation "ListVulnerabilities" enabled
841
+ And new "ListVulnerabilities" request
840
842
And request contains "page[token]" parameter with value "unknown"
841
843
And request contains "page[number]" parameter with value 1
842
844
When the request is sent
843
845
Then the response status is 404 Not found: There is no request associated with the provided token.
844
846
845
847
@team:DataDog/asm-vm
846
848
Scenario : List vulnerabilities returns "OK" response
847
- Given new "ListVulnerabilities" request
849
+ Given operation "ListVulnerabilities" enabled
850
+ And new "ListVulnerabilities" request
848
851
And request contains "filter[cvss.base.severity]" parameter with value "High"
849
852
And request contains "filter[asset.type]" parameter with value "Service"
850
853
And request contains "filter[tool]" parameter with value "Infra"
@@ -853,21 +856,24 @@ Feature: Security Monitoring
853
856
854
857
@generated @skip @team:DataDog/asm-vm
855
858
Scenario : List vulnerable assets returns "Bad request: The server cannot process the request due to invalid syntax in the request." response
856
- Given new "ListVulnerableAssets" request
859
+ Given operation "ListVulnerableAssets" enabled
860
+ And new "ListVulnerableAssets" request
857
861
When the request is sent
858
862
Then the response status is 400 Bad request: The server cannot process the request due to invalid syntax in the request.
859
863
860
864
@team:DataDog/asm-vm
861
865
Scenario : List vulnerable assets returns "Not found: There is no request associated with the provided token." response
862
- Given new "ListVulnerableAssets" request
866
+ Given operation "ListVulnerableAssets" enabled
867
+ And new "ListVulnerableAssets" request
863
868
And request contains "page[token]" parameter with value "unknown"
864
869
And request contains "page[number]" parameter with value 1
865
870
When the request is sent
866
871
Then the response status is 404 Not found: There is no request associated with the provided token.
867
872
868
873
@team:DataDog/asm-vm
869
874
Scenario : List vulnerable assets returns "OK" response
870
- Given new "ListVulnerableAssets" request
875
+ Given operation "ListVulnerableAssets" enabled
876
+ And new "ListVulnerableAssets" request
871
877
And request contains "filter[type]" parameter with value "Host"
872
878
And request contains "filter[repository_url]" parameter with value "github.com/datadog/dd-go"
873
879
And request contains "filter[risks.in_production]" parameter with value true
0 commit comments