We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable trivy and disable tfsec by default
tfsec was deprecated.
https://github.com/aquasecurity/tfsec#-tfsec-to-trivy-migration
tfsec will be replaced with trivy. So you need to migrate tfsec to trivy.
There are two options.
aqua g -i aquasecurity/trivy
tfaciton-root.yaml
tfsec: enabled: true trivy: enabled: false
The text was updated successfully, but these errors were encountered:
fix: enable trivy and disable tfsec by default
0d75d54
- #1283
breaking changes for tfaction v1 (#1291)
445aa16
* fix: remove outputs terraform_targets and tfmigrate_targets - #1286 * chore: update Node.js 16 to 20 - #1290 * fix(scaffold-working-dir): stop adding conftest to aqua.yaml - #1284 * fix(get-global-config): skip creating aqua.yaml by default - #1285 * fix: enable trivy and disable tfsec by default - #1283 * feat: merge actions' inputs github_token and github_app_token - #1282 * feat(scaffold-module): separate actions with generating codes and creating pull requests (#1340) * feat(scaffold-module): require module templates (#1341) * feat(scaffold-module): require module templates * fix(test-module): stop running `terraform init * fix(create-scaffold-module-pr): replace the input module_path with TFACTION_MODULE_PATH * fix(scaffold-module): remove a template and create tfaction_module.yaml (#1342) * feat: support running `terraform plan` with the `-destroy` option (#1343) * feat: support running `terraform plan` with the `-destroy` option * fix(terraform-plan): output a warning * refactor: use optional (#1375) * refactor: use optional * chore: use volta * fix(get-target-config): enable trivy and disable tfsec by default
Successfully merging a pull request may close this issue.
Feature Overview
Enable trivy and disable tfsec by default
Why is the feature needed?
tfsec was deprecated.
https://github.com/aquasecurity/tfsec#-tfsec-to-trivy-migration
tfsec will be replaced with trivy.
So you need to migrate tfsec to trivy.
How to migrate
There are two options.
Migrate tfsec to trivy (Recommended)
https://github.com/aquasecurity/tfsec#-tfsec-to-trivy-migration
Configure tfaction-root.yaml to keep the original behaviour (Not recommended)
tfaciton-root.yaml
The text was updated successfully, but these errors were encountered: