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
{{ message }}
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.
I am trying to integrate trivy for my oci repository server and in our oci repository storage every directory is oci layout, so when I try to integrate trivy, fanal cache is created under db directory which is not an oci layout. That's why I was looking for option if we can create db at top level.
Just to be clear, the ask is whether the location of the fanal cache is configurable?
For our application, the fanal cache path and name collides with other artifacts.
Happy to post a PR if this is reasonable.
Also best if this possible from code itself since our project links with the fanal go code.
Currently fanal cache being generated inside "fanal" directory.
Can we create a fanal cache at
cacheDir
level instead ofcacheDirName
The text was updated successfully, but these errors were encountered: