Skip to content

Commit

Permalink
fix: json output (#265)
Browse files Browse the repository at this point in the history
Signed-off-by: Charles-Edouard Brétéché <[email protected]>
  • Loading branch information
eddycharly authored Jan 8, 2024
1 parent 6cced06 commit 0afe4a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/commands/scan/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ func (c *options) run(cmd *cobra.Command, _ []string) error {
out.println("-", response.PolicyName, "/", response.RuleName, "/", response.Identifier, "PASSED")
}
}
out.responses(responses...)
out.println("Done")
return nil
}

0 comments on commit 0afe4a7

Please sign in to comment.