You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trivy supports misconfiguration scanning in container images. Although putting IaC files into container images is not common, we should have tests for those cases as Trivy supports it. The scratch image could be enough.
FROM scratch
COPY *.tf /
The text was updated successfully, but these errors were encountered:
Trivy supports misconfiguration scanning in container images. Although putting IaC files into container images is not common, we should have tests for those cases as Trivy supports it. The scratch image could be enough.
The text was updated successfully, but these errors were encountered: