Skip to content

Commit

Permalink
Change column names in curation audit command
Browse files Browse the repository at this point in the history
  • Loading branch information
zeevt-at-jfrog committed Jul 17, 2023
1 parent a726800 commit 9ad67a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xray/commands/curation/audit.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ type PackageStatusTable struct {
PkgType string `col-name:"Package\nType" auto-merge:"true"`
Policy string `col-name:"Violated\nPolicy\nName"`
Condition string `col-name:"Violated Condition\nName"`
Explanation string `col-name:"Explanation Name"`
Recommendation string `col-name:"Recommendation Name"`
Explanation string `col-name:"Explanation"`
Recommendation string `col-name:"Recommendation"`
}

type treeAnalyzer struct {
Expand Down

0 comments on commit 9ad67a2

Please sign in to comment.