diff: report if object is skipped
Signed-off-by: Lukas Hoehl <lukas.hoehl@stackit.cloud>
(cherry picked from commit 5048de80f0)
This commit is contained in:
committed by
github-actions[bot]
parent
48e77c820e
commit
83d426c3c0
@@ -116,6 +116,9 @@ func (b *Builder) diff() (string, bool, error) {
|
|||||||
diffErrs = append(diffErrs, err)
|
diffErrs = append(diffErrs, err)
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
if change.Action == ssa.SkippedAction {
|
||||||
|
output.WriteString(writeString(fmt.Sprintf("► %s skipped\n", change.Subject), bunt.Orange))
|
||||||
|
}
|
||||||
|
|
||||||
// if the object is a sops secret, we need to
|
// if the object is a sops secret, we need to
|
||||||
// make sure we diff only if the keys are different
|
// make sure we diff only if the keys are different
|
||||||
|
|||||||
Reference in New Issue
Block a user