We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a4aaee commit 00641abCopy full SHA for 00641ab
1 file changed
.unirtm.toml
@@ -137,6 +137,7 @@ unirtm exec -- trivy fs --format cyclonedx --output sbom.json .
137
unirtm exec -- trivy sbom sbom.json
138
'''
139
output = 'interleaved'
140
+env = { TRIVY_SKIP_DB_UPDATE = "true", TRIVY_SKIP_JAVA_DB_UPDATE = "true", TRIVY_SKIP_CHECK_UPDATE = "true", TRIVY_OFFLINE_SCAN = "true", TRIVY_SKIP_VERSION_CHECK = "true" }
141
142
[tasks.lint]
143
description = 'Fast lint: Check only modified files (staged & unstaged)'
0 commit comments