Skip to content

Commit

Permalink
Make linters happy
Browse files Browse the repository at this point in the history
  • Loading branch information
lebauce committed Dec 23, 2024
1 parent e6a66b4 commit aa87ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/util/trivy/trivy.go
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ type driver struct {
applier applier.Applier
}

func (d *driver) Scan(_ context.Context, target, artifactKey string, blobKeys []string, options types.ScanOptions) (
func (d *driver) Scan(_ context.Context, target, artifactKey string, blobKeys []string, _ types.ScanOptions) (
results types.Results, osFound ftypes.OS, err error) {

detail, err := d.applier.ApplyLayers(artifactKey, blobKeys)
Expand Down

0 comments on commit aa87ba3

Please sign in to comment.