Support trivy #957
Replies: 5 comments 3 replies
-
Beta Was this translation helpful? Give feedback.
-
tfsec doesn't support Terraform's We need to handle this issue. |
Beta Was this translation helpful? Give feedback.
-
The official migration guide. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Done. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Feature Overview
Support trivy in the test action.
Why is the feature needed?
aquasecurity is going to merge the feature of tfsec into trivy.
So tfaction should support trivy.
Note that we are not familiar with trivy at all, so first we have to take a look at trivy.
Does the feature include Breaking Changes?
No. We should keep the compatibility.
Users should select either
trivy
ortfsec
and by defaulttrivy
should be used for the compatibility.But
tfsec
will not be developed actively, so we have to consider usingtrivy
instead oftfsec
by default.Example Code
GitHub Actions
tfaction-root.yaml
tfaction.yaml
Reference
Beta Was this translation helpful? Give feedback.
All reactions