Skip to content

Commit

Permalink
linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
preslavgerchev authored and chris-rock committed Dec 20, 2023
1 parent 85a3eac commit 7e71284
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cli/reporter/aws_sqs_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ func (h *awsSqsHandler) WriteReport(ctx context.Context, report *policy.ReportCo
return nil
}


func (h *awsSqsHandler) convertReport(report *policy.ReportCollection) ([]byte, error) {
switch h.format {
case YAML:
Expand Down
1 change: 0 additions & 1 deletion cli/reporter/file_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import (

"github.com/rs/zerolog/log"
"go.mondoo.com/cnspec/v9/policy"
_ "gocloud.dev/pubsub/awssnssqs"
)

type localFileHandler struct {
Expand Down

0 comments on commit 7e71284

Please sign in to comment.