Jean-Yves CAMIER
Jean-Yves CAMIER
Hi, I have noticed that, after a proper installation, made a few minutes ago, on my new laptop, I cannot install applications for 64bits configuration. They considere that's a 32...
Here's an simple query which valide the existance of a `bucket` tag in a ressource `aws_s3_bucket` ```rego package Cx import data.generic.common as common_lib CxPolicy[result] { resource := input.document[i].resource.aws_s3_bucket[name] not common_lib.valid_key(resource.tags,...
I deepened KICS scan about terraform module. I understand now how it works about the `data.common_lib.providers` variables the `get_module_equivalent_key ` function, taken from the libraries. In the context of my...
It seam that `queries/terraform/aws/config_rule_for_encrypted_volumes_is_disabled` is triggering false positive and I don't understand the query.
### Operating system macOs 12.5 ### Helmfile Version 0.145.2 ### Helm Version v3.8.2 ### Bug description Some of the adaptations for OCI charts are dead and / or never used....
Let's talk about teams. ```hcl resource "github_team" "parent" { name = "Team Parent" privacy = "closed" } resource "github_team" "child_a" { name = "Child A" parent_team_id = github_team.parent.id privacy =...
**Is your feature request related to a problem? Please describe.** As a final user of KICS, I would like to override the `metadata.json` file of a query : - to...
**Is your feature request related to a problem? Please describe.** Today, when we ignore a query on a particular ressource, it's not easy to get a list of what query...
The query `assets/queries/terraform/aws/hardcoded_aws_access_key_in_lambda` trigger some false positive. The query seems to be too large in terme of access key detection.
The Secrets are now masked in the HTML report 🎉🎉🎉 but in the report you display : - the line before - the concerned line - the line after If...