Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove terrascan configuration file since it is not read by default. In order to specify a configuration file, users must override as follows: Either ```yaml lint: definitions: - name: terrascan direct_configs: [terrascan_config.toml] environment: - name: TERRASCAN_CONFIG value: ${workspace}/.trunk/configs/terrascan_config.toml ``` Or ```yaml lint: definitions: - name: terrascan direct_configs: [terrascan_config.toml] commands: - name: lint run: terrascan scan -i terraform -c terrascan_config.toml --iac-file ${target} --output sarif - name: lint-docker run: terrascan scan -i docker -c terrascan_config.toml --iac-file ${target} --output sarif ```
- Loading branch information