Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoAtGit committed Jan 24, 2024
1 parent 27bc72d commit 4aae048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/scan/post_scan.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package scan

import (
_ "embed" // Embed kics CLI img and scan-flags
loggerwrapper "github.com/Checkmarx/kics/pkg/logger"
"os"
"path/filepath"
"sort"
Expand All @@ -12,6 +11,7 @@ import (
consoleHelpers "github.com/Checkmarx/kics/internal/console/helpers"
"github.com/Checkmarx/kics/pkg/descriptions"
"github.com/Checkmarx/kics/pkg/engine/provider"
loggerwrapper "github.com/Checkmarx/kics/pkg/logger"
"github.com/Checkmarx/kics/pkg/model"
consolePrinter "github.com/Checkmarx/kics/pkg/printer"
"github.com/Checkmarx/kics/pkg/progress"
Expand Down

0 comments on commit 4aae048

Please sign in to comment.