Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
fix offset by on in kubeaudits
Browse files Browse the repository at this point in the history
  • Loading branch information
mms-gianni committed Jun 15, 2022
1 parent eb88772 commit dbd3131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/klustair/report.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ func (r *Report) Init(label string, whitelist []string, blacklist []string, triv

for _, namespace := range r.namespaces.Namespaces {
log.Infof("Kubeaudit on namespace: %+v", namespace.Name)
report := k.Audit(namespace.Name)
k.Klustair.NamespaceUid = namespace.Uid
report := k.Audit(namespace.Name)

r.kubeauditReports = append(r.kubeauditReports, report)
}
Expand Down

0 comments on commit dbd3131

Please sign in to comment.