Skip to content

Commit

Permalink
Update config/config.go
Browse files Browse the repository at this point in the history
Co-authored-by: MaineK00n <[email protected]>
  • Loading branch information
shino and MaineK00n authored Nov 26, 2024
1 parent 5a4218c commit 5bc223e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ type ReportOpts struct {
}

var (
// DefaultTrivyDBRepositories is the official repositories of Trivy DB
DefaultTrivyDBRepositories = []string{db.DefaultGCRRepository, db.DefaultGHCRRepository}
// DefaultTrivyJavaDBRepositories is the official repositories of Trivy Java DB
DefaultTrivyJavaDBRepositories = []string{javadb.DefaultGCRRepository, javadb.DefaultGHCRRepository}
)

Expand Down

0 comments on commit 5bc223e

Please sign in to comment.