Skip to content

Commit

Permalink
rules: disable TRC-1022 (#2304)
Browse files Browse the repository at this point in the history
This signatures is triggering way too many times for
any new pod deployed to a kubernetes cluster.
  • Loading branch information
josedonizetti authored Oct 25, 2022
1 parent 84fd91e commit f7a0b78
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
env:
GO_VERSION: "1.17"
OPA_VERSION: "v0.41.0"
TESTS: "TRC-102 TRC-103 TRC-104 TRC-105 TRC-107 TRC-1022 TRC-1018 TRC-1014 TRC-1016 TRC-1010"
TESTS: "TRC-102 TRC-103 TRC-104 TRC-105 TRC-107 TRC-1018 TRC-1014 TRC-1016 TRC-1010"
jobs:
VERIFY-CODE:
name: Verify Code
Expand Down
1 change: 0 additions & 1 deletion signatures/golang/export.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ var ExportedSignatures = []detect.Signature{
&StdioOverSocket{},
&K8sApiConnection{},
&AslrInspection{},
&DroppedExecutable{},
&ProcMemCodeInjection{},
&DockerAbuse{},
&ScheduledTaskModification{},
Expand Down

0 comments on commit f7a0b78

Please sign in to comment.