David J Eddy
David J Eddy
While static linked binaries are (in my opinion) a better option vs dynamic link; maybe terraform should be the exception for terrascan?
Instead of a specific vendor format / dep; output the metrics in the [OpenTelemetry](https://opentelemetry.io/) spec? Most major players in the Observability domain already support said format.
Or allow the 'new', 'medium', 'old' color to be defined. Then the question becomes how to define the count of days between the different colorization. I can think of a...
@rafilkmp3 Try this: ``` kubectl debug ${NAME_OF_A_RUNNING_POD} -it --image=alpine:latest --namespace ${POD_NAMESPACE} ``` Not stated in the docs but the cluster must have support for `ephemeral containers`.
I am using AWS and Terragrunt; would like to leverage terrascan.
With the change to the default security settings of AWS S3 buckets it would seem this modules implementation for bucket access logging needs some work. As a work-around disable bucket...
Bump, checking in on the progress of this patch.
Having this as well. Running KICS against a Terraform module. Everything is good so no tests are reported in the output. Thus the plugin fails. XML output by KICS when...
Failing to detect Boost::Filesystem (misleading error: Could not link against -lGLU !) (Raspberrian)
Same issue on Raspbian as well.
Idea: Run phpDocumentor over the project and publish to gh-pages? I know it is not an all inclusive solution but would provide a start. I'd be happy to do this...