diff options
| author | Jeff Carr <[email protected]> | 2024-11-05 03:14:27 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-05 03:14:27 -0600 |
| commit | 44d221697fa9e5edd81ec99a7041c726d42ba034 (patch) | |
| tree | d3861d29d9494c19b460b430bb22e60104af5596 /scanIterator.go | |
| parent | 9a1cc5839fb087cadfa02e00a9131dc5c73818c0 (diff) | |
show target version in the stdout report
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'scanIterator.go')
| -rw-r--r-- | scanIterator.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scanIterator.go b/scanIterator.go index 482d16d..b021195 100644 --- a/scanIterator.go +++ b/scanIterator.go @@ -127,6 +127,9 @@ func (r *RepoList) selectUnmergedRepos() []*RepoRow { if repo.State() == "PERFECT" { continue } + if repo.Status.Whitelist { + continue + } if repo.Status.IsReleased() { continue } |
