Skip to content

Commit

Permalink
Update read_environment_variable_from_proc_files.go
Browse files Browse the repository at this point in the history
Signed-off-by: Kapil Sharma <[email protected]>
  • Loading branch information
h4l0gen committed Apr 8, 2024
1 parent 35353b8 commit 08c5f80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (

var _ = events.Register(
ReadEnvironmentVariableFromProcFiles,
events.WithDisabled(), // this rules is not included in falco_rules.yaml (stable rules), so disable the action
events.WithDisabled(), // this rules is not included in falco_rules.yaml (stable rules), so disable the action
)

func ReadEnvironmentVariableFromProcFiles(h events.Helper) error {
Expand Down

0 comments on commit 08c5f80

Please sign in to comment.