refactor(trivy): enforce usage of Trivy environment variables
- $DOCKER_TRIVY_ADDR removed in favor of $TRIVY_SERVER - $DOCKER_TRIVY_SECURITY_LEVEL_THRESHOLD removed in favor of $TRIVY_SEVERITY - $DOCKER_TRIVY_DB_REPOSITORY removed in favor of $TRIVY_DB_REPOSITORY - $DOCKER_TRIVY_JAVA_DB_REPOSITORY removed in favor of $TRIVY_JAVA_DB_REPOSITORY BREAKING CHANGE: 4 Trivy configuration params removed in favor of the native Trivy environment variables
Loading