Skip to content

Commit

Permalink
fixup! plugin: add in-tree app-layer template plugin for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
catenacyber committed Mar 6, 2025
1 parent 9fb85fa commit 86bb61b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ jobs:
- name: Test app-layer plugin
working-directory: examples/plugins/altemplate
run: |
cargo fmt --check -- --config-path=../../../rust/rustfmt.toml
cargo build
../../../src/suricata -S altemplate.rules --set plugins.0=./target/debug/libsuricata_altemplate.so --runmode=single -l . -c altemplate.yaml -k none -r ../../../rust/src/applayertemplate/template.pcap
cat eve.json | jq -c 'select(.altemplate)'
Expand Down

0 comments on commit 86bb61b

Please sign in to comment.