Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Goodman <[email protected]>
  • Loading branch information
wagoodman authored and juan131 committed Feb 5, 2024
1 parent 0301781 commit 1f29a51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkg/data/transformers.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package data

import (
"github.com/anchore/grype-db/pkg/provider/unmarshal"

osvModels "github.com/google/osv-scanner/pkg/models"

"github.com/anchore/grype-db/pkg/provider/unmarshal"
)

// Transformers are functions that know how ta take individual data shapes defined in the unmarshal package and
Expand Down
2 changes: 1 addition & 1 deletion pkg/process/processors/osv_processor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ import (
"os"
"testing"

osvModels "github.com/google/osv-scanner/pkg/models"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

"github.com/anchore/grype-db/pkg/data"
testUtils "github.com/anchore/grype-db/pkg/process/tests"
osvModels "github.com/google/osv-scanner/pkg/models"
)

func mockOSVProcessorTransform(vulnerability osvModels.Vulnerability) ([]data.Entry, error) {
Expand Down

0 comments on commit 1f29a51

Please sign in to comment.