Thibault NORMAND

Results 5 issues of Thibault NORMAND

Currently docker/moby support iptables / firewalld. Is nftables going to be supported one day ?

enhancement

# Context * Make `owner` not mandatory in `RuleSet`JSON Schema * Add a Protobuf to YAML conversion helper who uses protojson as an intermediary encoder to get the right protobuf...

In order to provide more accessible informations about REST API usage, it would be great to have an API specification in Swagger (http://swagger.io/) or RAML (http://raml.org/). Great job ^^

api
suggestion

# Context Modernize and refactor everything.

# Context From `action.yml` ``` encoded_github="$(echo ${GITHUB_CONTEXT} | base64 -w 0)" encoded_runner="$(echo ${RUNNER_CONTEXT} | base64 -w 0)" ``` But `-w` doesn't exist for `mac` host ``` base64: invalid option --...

bug
good first issue