Skip to content

Commit

Permalink
docs(events): correct URL to main branch
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
  • Loading branch information
leogr authored and poiana committed Oct 21, 2022
1 parent 913a5c0 commit 5897707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion events/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func WriteBelowEtc(h events.Helper) error {

The `k8saudit` collection includes a facilitator for implementing *actions* that ones of just need to create K8s resources.

Basically, all files within the [./k8saudit/yaml/](https://github.com/falcosecurity/event-generator/tree/master/events/k8saudit/yaml) folder will be embedded into the binary at build time, then [yaml_loader.go](https://github.com/falcosecurity/event-generator/blob/master/events/k8saudit/yaml_loader.go) will automatically create and register an *action* for each of those at initialization time.
Basically, all files within the [./k8saudit/yaml/](https://github.com/falcosecurity/event-generator/tree/main/events/k8saudit/yaml) folder will be embedded into the binary at build time, then [yaml_loader.go](https://github.com/falcosecurity/event-generator/blob/main/events/k8saudit/yaml_loader.go) will automatically create and register an *action* for each of those at initialization time.


## Usage
Expand Down

0 comments on commit 5897707

Please sign in to comment.