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

No dashes name prefix #29

Merged
merged 2 commits into from
Oct 24, 2019
Merged

No dashes name prefix #29

merged 2 commits into from
Oct 24, 2019

Commits on Oct 24, 2019

  1. Don't allow spaces/dashes in the name prefix

    Don't allow spaces/dashes in the name prefix, as falco fields can not
    contain those characters. Those characters are replaced with underscore.
    
    Also move handling of the name prefix to the call to GenerateRules, so
    you can have a long-lived converter and convert multiple times with
    multiple name prefixes.
    
    Signed-off-by: Mark Stemm <mark.stemm@gmail.com>
    mstemm committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    604844e View commit details
    Browse the repository at this point in the history
  2. Fix typos/incorrect fields in template.

    Previous version wasn't syntatically correct.
    
    Signed-off-by: Mark Stemm <mark.stemm@gmail.com>
    mstemm committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    e1047e1 View commit details
    Browse the repository at this point in the history