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
warn["You have a couple of violated policies: 1"] with input as {"third_party_metadata": {"custom": {"terrascan": {"results": {"scan_summary": {"violated_policies": 1}}}}}}
}
# Test case for warning when terrascan detected no violated policies.
deny["The number of violated policies 3 is higher than the threshold 2"] with input as {"third_party_metadata": {"custom": {"terrascan": {"results": {"scan_summary": {"violated_policies": 3}}}}}}