Skip to content

Commit 71269f0

Browse files
fcracker79Copilot
andauthored
feat(response actions) Support added (#680)
<!-- Thank you for your contribution! For a cleaner PR make sure you follow these recommendations: - Add the **scope** of the affected area in the PR name, following [Conventional Commit](https://www.conventionalcommits. org/en/v1.0.0/) format ex.: feat(secure-policy): Add runbook to policy resources - If not there yet, add yourself and/or your team as the **Codeowners** of the affected area - Make sure to modify the respective **tests** - Make sure to modify the respective **documentation** --> --------- Co-authored-by: Copilot <[email protected]>
1 parent 532d00f commit 71269f0

File tree

7 files changed

+2058
-1726
lines changed

7 files changed

+2058
-1726
lines changed

sysdig/common.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,7 @@ const (
9696
SchemaAccountID = "account_id"
9797
SchemaFeatureFlags = "flags"
9898
SchemaProviderPartition = "provider_partition"
99+
SchemaCloudResponderMetadata = "cloud_responder_metadata"
100+
SchemaCloudResponderRolesMetadata = "cloud_responder_roles_metadata"
101+
SchemaSecureResponseActions = "secure_response_actions"
99102
)

0 commit comments

Comments
 (0)