Skip to content

Commit

Permalink
build(deps): Bump submodules/falcosecurity-testing
Browse files Browse the repository at this point in the history
Bumps [submodules/falcosecurity-testing](https://github.com/falcosecurity/testing) from `92c313f` to `2d42d22`.
- [Commits](falcosecurity/testing@92c313f...2d42d22)

---
updated-dependencies:
- dependency-name: submodules/falcosecurity-testing
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 11, 2023
1 parent 4b9a8d9 commit 16a476b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submodules/falcosecurity-testing
Submodule falcosecurity-testing updated 45 files
+1 −0 pkg/falco/helpers.go
+1 −0 pkg/falco/tester.go
+1 −0 pkg/falco/tester_options.go
+1 −0 pkg/falco/tester_output.go
+131 −0 pkg/falco/tester_output_describe.go
+1 −0 pkg/falco/tester_output_detection.go
+1 −0 pkg/falco/tester_output_validation.go
+1 −0 pkg/falco/utils.go
+1 −0 pkg/falcoctl/tester.go
+1 −0 pkg/falcoctl/tester_options.go
+1 −0 pkg/falcoctl/tester_output.go
+1 −0 pkg/falcodriverloader/tester.go
+1 −0 pkg/falcodriverloader/tester_options.go
+1 −0 pkg/falcodriverloader/tester_output.go
+1 −0 pkg/run/docker.go
+1 −0 pkg/run/executable.go
+1 −0 pkg/run/files.go
+1 −0 pkg/run/runner.go
+1 −0 pkg/run/runner_test.go
+1 −0 pkg/run/workdir.go
+1 −0 tests/data/captures/captures.go
+1 −0 tests/data/captures/generate.go
+1 −0 tests/data/configs/configs.go
+1 −0 tests/data/data.go
+18 −0 tests/data/outputs/event.go
+1 −0 tests/data/outputs/outputs.go
+1 −0 tests/data/plugins/plugins.go
+1 −0 tests/data/rules/exceptions.go
+16 −0 tests/data/rules/falco.go
+1 −0 tests/data/rules/k8saudit.go
+1 −0 tests/data/rules/legacy.go
+103 −5 tests/falco/commands_test.go
+1 −0 tests/falco/config_test.go
+1 −0 tests/falco/generate.go
+1 −0 tests/falco/legacy_test.go
+1 −0 tests/falco/miscs_test.go
+1 −0 tests/falco/plugins_test.go
+1 −0 tests/falcoctl/artifact_test.go
+1 −0 tests/falcoctl/generate.go
+1 −0 tests/falcoctl/version_test.go
+1 −0 tests/falcodriverloader/drivers_test.go
+1 −0 tests/falcodriverloader/generate.go
+1 −0 tests/k8saudit/generate.go
+1 −0 tests/k8saudit/k8saudit_test.go
+1 −0 tests/tests.go

0 comments on commit 16a476b

Please sign in to comment.