Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexGustafsson committed Dec 29, 2024
1 parent 133fbbd commit 5eca9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/vulndb/internal/oci/push.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func PushArtifact(ctx context.Context, path string, username string, password st
defer fs.Close()

mediaType := "application/x-sqlite3"
fileDescriptor, err := fs.Add(ctx, path, mediaType, "")
fileDescriptor, err := fs.Add(ctx, path, mediaType, path)
if err != nil {
return err
}
Expand Down

0 comments on commit 5eca9ca

Please sign in to comment.