We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39b3ef6 commit cf953bbCopy full SHA for cf953bb
tools/scan-images.sh
@@ -1,6 +1,11 @@
1
#!/usr/bin/env bash
2
set -eo pipefail
3
4
+# Disable telemetry and version check:
5
+# https://github.com/aquasecurity/trivy/discussions/8945
6
+export TRIVY_DISABLE_TELEMETRY=true
7
+export TRIVY_SKIP_VERSION_CHECK=true
8
+
9
# Global variables
10
scan_common_args=" \
11
--exit-code 1 \
0 commit comments