Skip to content

Commit

Permalink
fix e2e outputs with Bicep addition
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturRibeiro-CX committed May 13, 2024
1 parent 4c03d9b commit e9d4f57
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Use "kics [command] --help" for more information about a command.
| --terraform-vars-path | string path where terraform variables are present|
| --timeout int | number of seconds the query has to execute before being canceled (default 60)|
| -t, --type strings | case insensitive list of platform types to scan<br>(Ansible, AzureResourceManager, Bicep, Buildah, CICD, CloudFormation, Crossplane, DockerCompose, Dockerfile, GRPC,GoogleDeploymentManager, Knative, Kubernetes, OpenAPI, Pulumi, ServerLessFW, Terraform)<br>cannot be provided with type exclusion flags|
| --exclude-type strings | case insensitive list of platform types not to scan<br>(Ansible, AzureResourceManager, Buildah, CICD, CloudFormation, Crossplane, DockerCompose, Dockerfile, GRPC, GoogleDeploymentManager, Knative, Kubernetes, OpenAPI, Pulumi, ServerLessFW, Terraform)<br>cannot be provided with type inclusion flags|
| --exclude-type strings | case insensitive list of platform types not to scan<br>(Ansible, AzureResourceManager, Bicep, Buildah, CICD, CloudFormation, Crossplane, DockerCompose, Dockerfile, GRPC, GoogleDeploymentManager, Knative, Kubernetes, OpenAPI, Pulumi, ServerLessFW, Terraform)<br>cannot be provided with type inclusion flags|


Usage:
Expand Down
4 changes: 2 additions & 2 deletions docs/dockerhub.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,10 @@ Flags:
-r, --secrets-regexes-path string path to secrets regex rules configuration file
--timeout int number of seconds the query has to execute before being canceled (default 60)
-t, --type strings case insensitive list of platform types to scan
(Ansible, AzureResourceManager, Buildah, CICD, CloudFormation, Crossplane, DockerCompose, Dockerfile, GRPC, GoogleDeploymentManager, Knative, Kubernetes, OpenAPI, Pulumi, ServerLessFW, Terraform)
(Ansible, AzureResourceManager, Bicep, Buildah, CICD, CloudFormation, Crossplane, DockerCompose, Dockerfile, GRPC, GoogleDeploymentManager, Knative, Kubernetes, OpenAPI, Pulumi, ServerLessFW, Terraform)
cannot be provided with type exclusion flags
--exclude-type strings case insensitive list of platform types not to scan
(Ansible, AzureResourceManager, Buildah, CICD, CloudFormation, Crossplane, DockerCompose, Dockerfile, GRPC, GoogleDeploymentManager, Knative, Kubernetes, OpenAPI, Pulumi, ServerLessFW, Terraform)
(Ansible, AzureResourceManager, Bicep, Buildah, CICD, CloudFormation, Crossplane, DockerCompose, Dockerfile, GRPC, GoogleDeploymentManager, Knative, Kubernetes, OpenAPI, Pulumi, ServerLessFW, Terraform)
cannot be provided with type inclusion flags
```
Expand Down
1 change: 1 addition & 0 deletions e2e/fixtures/E2E_CLI_013
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Ansible
AzureResourceManager
Bicep
Buildah
CICD
CloudFormation
Expand Down
2 changes: 1 addition & 1 deletion e2e/fixtures/assets/scan_help
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Flags:
can be provided multiple times or as a comma separated string
example: 'info,low'
--exclude-type strings case insensitive list of platform types not to scan
(Ansible, AzureResourceManager, Buildah, CICD, CloudFormation, Crossplane, DockerCompose, Dockerfile, GRPC, GoogleDeploymentManager, Knative, Kubernetes, OpenAPI, Pulumi, ServerlessFW, Terraform)
(Ansible, AzureResourceManager, Bicep, Buildah, CICD, CloudFormation, Crossplane, DockerCompose, Dockerfile, GRPC, GoogleDeploymentManager, Knative, Kubernetes, OpenAPI, Pulumi, ServerlessFW, Terraform)
cannot be provided with type inclusion flags
--experimental-queries include experimental queries (queries not yet thoroughly reviewed)
--fail-on strings which kind of results should return an exit code different from 0
Expand Down

0 comments on commit e9d4f57

Please sign in to comment.