You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/.github/workflows
Jason Ish d2b25af3f4 examples: add an example plugin of an eve filetype
This is an example of what adding plugin examples to the Suricata repo
could look like.

This plugin is an example plugin for an EVE filetype. It could be
extended to support outputs like Redis, syslog, etc.

There is one issue with adding plugins like this to an autotools
project, the project can't be built with --disable-shared, which is
more of an autotools limitation, and not really a Suricata issue.
Suricata built with --disable-shared will load plugins just fine.

Note that the examples directory was added as DIST_SUBDIRS as we don't
want normal builds to recurse into it and attempt to build the plugin,
its just an example, but we still need to keep distcheck happy.
2 years ago
..
authors-done.yml github-ci: don't add author names/emails to new author comment 2 years ago
authors.yml github-ci: use latest version of actions/upload-artifact 3 years ago
builds.yml examples: add an example plugin of an eve filetype 2 years ago
cifuzz.yml github-ci: disable some workflows on doc only changes 3 years ago
codeql.yml github-ci: disable some workflows on doc only changes 3 years ago
commits.yml github-ci: update actions/cache to v3.3.1 3 years ago
formatting.yml github-ci: disable some workflows on doc only changes 3 years ago
rust.yml github-ci: disable some workflows on doc only changes 3 years ago
scan-build.yml github-ci: disable some workflows on doc only changes 3 years ago
scorecards-analysis.yml github-ci: use latest version of actions/upload-artifact 3 years ago