Summary
Trivy has been removed from the local environment. Remove all references to trivy from the repository so dependency checks and documentation no longer mention it.
Changes
lib/terraform/tl: drop the Security scanning with trivy heading and the trivy config . invocation
lib/tofu/tl: drop the Security scanning with trivy heading and the trivy config . invocation
lib/terraform/init.sh: remove trivy from the dependencies array
lib/tofu/init.sh: remove trivy from the dependencies array
README.md: remove the Trivy entry from the Infrastructure Tools list
get-clihelp-prompt.md: remove trivy from the installed CLI tools list
Verification
rg -i trivy returns no matches across the repo
shellcheck on the four modified shell scripts shows no new warnings (pre-existing SC1091 info messages about dynamic source paths are unchanged)
Summary
Trivy has been removed from the local environment. Remove all references to
trivyfrom the repository so dependency checks and documentation no longer mention it.Changes
lib/terraform/tl: drop theSecurity scanning with trivyheading and thetrivy config .invocationlib/tofu/tl: drop theSecurity scanning with trivyheading and thetrivy config .invocationlib/terraform/init.sh: removetrivyfrom thedependenciesarraylib/tofu/init.sh: removetrivyfrom thedependenciesarrayREADME.md: remove the Trivy entry from the Infrastructure Tools listget-clihelp-prompt.md: removetrivyfrom the installed CLI tools listVerification
rg -i trivyreturns no matches across the reposhellcheckon the four modified shell scripts shows no new warnings (pre-existing SC1091 info messages about dynamicsourcepaths are unchanged)