Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
pbalogh-sa authored and akpsgit committed Mar 21, 2023
1 parent c5954c5 commit 46ff7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime_scan/pkg/scanner/job_managment.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ import (
"time"

"github.com/anchore/syft/syft/source"
kubeclarityConfig "github.com/openclarity/kubeclarity/shared/pkg/config"
log "github.com/sirupsen/logrus"
"gopkg.in/yaml.v3"

kubeclarityConfig "github.com/openclarity/kubeclarity/shared/pkg/config"
"github.com/openclarity/vmclarity/api/models"
"github.com/openclarity/vmclarity/runtime_scan/pkg/config"
"github.com/openclarity/vmclarity/runtime_scan/pkg/provider"
Expand Down

0 comments on commit 46ff7e3

Please sign in to comment.