jtl-novatec
jtl-novatec
https://github.com/falcosecurity/plugins/blob/4494313fc7a2d0272f5f865da0734b84303f4a2e/plugins/k8saudit-eks/pkg/k8sauditeks/k8sauditeks.go#L66 The EKS audit plugin has a similar version property, does this have to be bumped as well?
Maybe it's possible to use github_output instead of github_env and access it via the step? Another idea would be to get rid of the set env step and pass action...
same here
There is a `convert` subcommand (see https://trivy.dev/v0.57/docs/references/configuration/cli/trivy_convert/)
If you are trying to invoke it multiple times, it may keep the values from a previous run due to how inputs are handled internally, see https://github.com/aquasecurity/trivy-action/issues/422
Likely related to what I encountered some time ago here https://github.com/aquasecurity/trivy-action/issues/422