Skip to content

Commit

Permalink
test(policy): adding policy test resource (#391)
Browse files Browse the repository at this point in the history
Adding policy resource for -u URL testing

ALLY-451
  • Loading branch information
hazedav committed Apr 19, 2021
1 parent 00bfabd commit 74d8cfe
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions integration/test_resources/policy/my-policy-1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"policy_id": "my-policy-1",
"title": "My Policy Title",
"enabled": false,
"lql_id": "MyLQL",
"severity": "high",
"description": "My Policy Description",
"remediation": "Check yourself..."
}

0 comments on commit 74d8cfe

Please sign in to comment.