Hello, thanks for creating this pre-commit hook. Currently when running it in some environments, I run into a common trivy problem with download db:
One fix for this is to setup custom env variables when running trivy:
TRIVY_DB_REPOSITORY=public.ecr.aws/aquasecurity/trivy-db
TRIVY_JAVA_DB_REPOSITORY=public.ecr.aws/aquasecurity/trivy-java-db
Is there a way to implement this into this precommit hook?
Hello, thanks for creating this pre-commit hook. Currently when running it in some environments, I run into a common trivy problem with download db:
One fix for this is to setup custom env variables when running trivy:
Is there a way to implement this into this precommit hook?