Merge pull request #7 from Checkmarx/hotfix/fix-config-path
fixing config path
This commit is contained in:
@ -24,7 +24,7 @@ It is as simple as running a CLI tool, making it easy to integrate into any proj
|
|||||||
| Variable | Example Value | Description | Type | Required | Default |
|
| Variable | Example Value | Description | Type | Required | Default |
|
||||||
| ------------------ | --------------------------------------- | ---------------------------------------------------------------- | ------- | -------- | --------------------------------------------- |
|
| ------------------ | --------------------------------------- | ---------------------------------------------------------------- | ------- | -------- | --------------------------------------------- |
|
||||||
| path | terraform | path to file or directory to scan | String | Yes | N/A |
|
| path | terraform | path to file or directory to scan | String | Yes | N/A |
|
||||||
| config | ./kics.config | path to configuration file | String | No | N/A |
|
| config_path | ./kics.config | path to configuration file | String | No | N/A |
|
||||||
| platform_type | terraform,ansible | case insensitive list of platform types to scan | String | No | All platforms |
|
| platform_type | terraform,ansible | case insensitive list of platform types to scan | String | No | All platforms |
|
||||||
| exclude_paths | ./shouldNotScan/*,somefile.txt | exclude paths from scan, supports glob, comma separated list | String | No | N/A |
|
| exclude_paths | ./shouldNotScan/*,somefile.txt | exclude paths from scan, supports glob, comma separated list | String | No | N/A |
|
||||||
| exclude_queries | a227ec01-f97a-4084-91a4-47b350c1db54 | exclude queries by providing the query ID, comma separated list | String | No | N/A |
|
| exclude_queries | a227ec01-f97a-4084-91a4-47b350c1db54 | exclude queries by providing the query ID, comma separated list | String | No | N/A |
|
||||||
|
@ -5,7 +5,7 @@ inputs:
|
|||||||
path:
|
path:
|
||||||
description: 'path to file or directory to scan'
|
description: 'path to file or directory to scan'
|
||||||
required: true
|
required: true
|
||||||
config:
|
config_path:
|
||||||
description: 'path to configuration file'
|
description: 'path to configuration file'
|
||||||
required: false
|
required: false
|
||||||
platform_type:
|
platform_type:
|
||||||
|
Reference in New Issue
Block a user