Skip to content

Commit

Permalink
feat: highlight note on migration to new ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
gotbadger committed Aug 29, 2023
1 parent 6468fdf commit 9f0bbf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/report/output/security/security.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ func fingerprintOutput(fingerprints []string, legacyExcludedFingerprints map[str
output.StdErrLog("\n=====================================\n")
// legacy
if len(legacyExcludedFingerprints) > 0 {
output.StdErrLog("Note: exclude-fingerprints is being replaced by bearer.ignore. To use the new ignore functionality, run bearer ignore migrate. See https://docs.bearer.com/reference/commands/#ignore_migrate.\n")
output.StdErrLog(color.HiYellowString("Note: exclude-fingerprints is being replaced by bearer.ignore. To use the new ignore functionality, run bearer ignore migrate. See https://docs.bearer.com/reference/commands/#ignore_migrate.\n"))
}

if len(unusedLegacyFingerprints) > 0 {
Expand Down

0 comments on commit 9f0bbf8

Please sign in to comment.