Skip to content

Commit

Permalink
test(cli): apiv2 support for policy integration
Browse files Browse the repository at this point in the history
Updating policy integration test file to apiv2 specification

ALLY-561
  • Loading branch information
hazedav authored Jul 13, 2021
1 parent e3b2cfa commit 68d324c
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions integration/test_resources/policy/lacework-clitest-1.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
{
"policy_id": "lacework-clitest-1",
"evaluatorId": "Cloudtrail",
"policyId": "lacework-clitest-1",
"policyType": "Violation",
"queryId": "LW_CLI_AWS_CTA_IntegrationTest",
"title": "My Policy Title",
"enabled": false,
"lql_id": "LW_CLI_AWS_CTA_IntegrationTest",
"severity": "high",
"description": "My Policy Description",
"remediation": "Check yourself..."
"remediation": "Check yourself...",
"severity": "high",
"alertEnabled": false,
"alertProfile": "LW_CloudTrail_Alerts",
"policyUi": {
"domain": "AWS",
"subdomain": "Cloudtrail"
}
}

0 comments on commit 68d324c

Please sign in to comment.