You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm encountering an issue when attempting to build/update vuln-list sources using trivy-db. It appears that the RedHat source directory is no longer present in the vuln-list repository which seems blocking the db updating process
Example of log trace :
2024/06/10 08:52:36 build error:
github.com/aquasecurity/trivy-db/pkg.build
/go/pkg/mod/github.com/aquasecurity/[email protected]/pkg/build.go:22
- insert error:
github.com/aquasecurity/trivy-db/pkg/vulndb.TrivyDB.Build
/go/pkg/mod/github.com/aquasecurity/[email protected]/pkg/vulndb/db.go:101
- redhat update error:
github.com/aquasecurity/trivy-db/pkg/vulndb.TrivyDB.Insert
/go/pkg/mod/github.com/aquasecurity/[email protected]/pkg/vulndb/db.go:81
- error in Red Hat walk:
github.com/aquasecurity/trivy-db/pkg/vulnsrc/redhat.VulnSrc.Update
/go/pkg/mod/github.com/aquasecurity/[email protected]/pkg/vulnsrc/redhat/redhat.go:96
- file walk error:
github.com/aquasecurity/trivy-db/pkg/utils.FileWalk
/go/pkg/mod/github.com/aquasecurity/[email protected]/pkg/utils/file.go:44
- lstat /trivy-cache/vuln-list/redhat: no such file or directory
The text was updated successfully, but these errors were encountered:
Hello,
I'm encountering an issue when attempting to build/update vuln-list sources using
trivy-db
. It appears that the RedHat source directory is no longer present in the vuln-list repository which seems blocking the db updating processExample of log trace :
The text was updated successfully, but these errors were encountered: