We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7870237 commit 53caab0Copy full SHA for 53caab0
jobs/harbor/templates/config/harbor.yml
@@ -124,6 +124,10 @@ trivy:
124
# https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line
125
#
126
# github_token: xxx
127
+ # skipJavaDBUpdate If the flag is enabled you have to manually download the `trivy-java.db` file and mount it in the
128
+ # `/home/scanner/.cache/trivy/java-db/trivy-java.db` path
129
+ skip_java_db_update: false
130
+
131
jobservice:
132
# Maximum number of job workers in job service
133
max_job_workers: <%= p("max_job_workers") %>
0 commit comments