Skip to content

Commit

Permalink
Merge branch 'master' into joaom/kics-1207
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoAtGit authored Jan 24, 2024
2 parents f728333 + 1f4a7af commit 97f6e0b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"severity": "MEDIUM",
"category": "Access Control",
"descriptionText": "Lambda Permission Principal should not contain a wildcard.",
"descriptionUrl": "https://docs.ansible.com/ansible/latest/collections/community/aws/lambda_policy_module.html",
"descriptionUrl": "https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lambda_permission",
"platform": "Terraform",
"descriptionID": "b443babe",
"cloudProvider": "aws",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"severity": "LOW",
"category": "Observability",
"descriptionText": "Amazon EKS control plane logging don't enabled for all log types",
"descriptionUrl": "https://www.terraform.io/docs/providers/aws/r/eks_cluster.html",
"descriptionUrl": "https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/eks_cluster.html",
"platform": "Terraform",
"descriptionID": "e89d4ffb",
"cloudProvider": "aws",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"severity": "HIGH",
"category": "Networking and Firewall",
"descriptionText": "Security groups allow ingress from 0.0.0.0:0 and/or ::/0",
"descriptionUrl": "https://www.terraform.io/docs/providers/aws/r/security_group.html",
"descriptionUrl": "https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group.html",
"platform": "Terraform",
"descriptionID": "ce3ee5e0",
"cloudProvider": "aws",
Expand Down
2 changes: 1 addition & 1 deletion docs/running-kics.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Available archive formats:
- `xz`

```
docker run -t -v {path_to_scan_zip}:/path checkmarx/kics scan -p /path
docker run -t -v {path_to_zip}:/path checkmarx/kics scan -p /path/{name_of_zip_file}
```

More information can be seen [here](https://github.com/hashicorp/go-getter#unarchiving)
Expand Down

0 comments on commit 97f6e0b

Please sign in to comment.