Skip to content

Commit

Permalink
fix: wrong default java db repo in yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexej Disterhoft committed Apr 23, 2023
1 parent dd4cee0 commit 493116f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ trivy:

# javaDbRegistry is the registry for the Java vulnerability database.
javaDbRegistry: "ghcr.io"
javaDbRepository: "aquasecurity/trivy-db-java"
javaDbRepository: "aquasecurity/trivy-java-db"

# The Flag to enable insecure connection for downloading trivy-db via proxy (air-gaped env)
#
Expand Down
2 changes: 1 addition & 1 deletion deploy/static/trivy-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1832,7 +1832,7 @@ data:
trivy.severity: "UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL"
trivy.slow: "true"
trivy.dbRepository: "ghcr.io/aquasecurity/trivy-db"
trivy.javaDbRepository: "ghcr.io/aquasecurity/trivy-db-java"
trivy.javaDbRepository: "ghcr.io/aquasecurity/trivy-java-db"
trivy.command: "image"
trivy.dbRepositoryInsecure: "false"
trivy.useBuiltinRegoPolicies: "true"
Expand Down

0 comments on commit 493116f

Please sign in to comment.