Skip to content

Commit

Permalink
fixing ruleID typo on gcp_k8s_pod_create_or_modify_host_path_vol_moun…
Browse files Browse the repository at this point in the history
…t.yml (#1418)

Co-authored-by: Ariel <[email protected]>
  • Loading branch information
jzandona and arielkr256 authored Nov 12, 2024
1 parent 0211b92 commit a871308
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion deprecated.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ AWS.CloudTrail.RootConsoleLogin
Okta.GeographicallyImprobableAccess
Okta.BruteForceLogins
Query.Snowflake.PublicRoleGrant
Snowflake.PublicRoleGrant
Snowflake.PublicRoleGrant
GCP.K8S.Pot.Create.Or.Modify.Host.Path.Volume.Mount
2 changes: 1 addition & 1 deletion packs/gcp_k8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PackDefinition:
- Standard.GCP.AuditLog
# Rules
- GCP.K8s.New.Daemonset.Deployed
- GCP.K8S.Pot.Create.Or.Modify.Host.Path.Volume.Mount
- GCP.K8S.Pod.Create.Or.Modify.Host.Path.Volume.Mount
- GCP.K8S.Privileged.Pod.Created
- GCP.K8S.Service.Type.NodePort.Deployed
- GCP.K8s.IOC.Activity
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AnalysisType: rule
RuleID: "GCP.K8S.Pot.Create.Or.Modify.Host.Path.Volume.Mount"
DisplayName: "GCP K8S Pot Create Or Modify Host Path Volume Mount"
RuleID: "GCP.K8S.Pod.Create.Or.Modify.Host.Path.Volume.Mount"
DisplayName: "GCP K8S Pod Create Or Modify Host Path Volume Mount"
Enabled: true
LogTypes:
- GCP.AuditLog
Expand Down

0 comments on commit a871308

Please sign in to comment.