Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add falco engine info to --support output #1581

Merged
merged 1 commit into from
Apr 13, 2021
Merged

Commits on Mar 17, 2021

  1. Add falco engine info to --support output

    In some cases, it might be useful to know what falco engine version a
    given falco binary supports. We already have a --support option that
    prints info about the system, config, rules files, etc.
    
    Add a engine_info object, with an engine_version property containing the
    falco engine version in falco_engine_version.h. In the output, it looks
    like this:
    
    ...
      "engine_info": {
          "engine_version": 8
       },
    ...
    
    Signed-off-by: Mark Stemm <mark.stemm@gmail.com>
    mstemm committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    713a157 View commit details
    Browse the repository at this point in the history