Skip to content

Commit

Permalink
Fix malcontent binary name
Browse files Browse the repository at this point in the history
Signed-off-by: egibs <[email protected]>
  • Loading branch information
egibs committed Sep 30, 2024
1 parent 653697d commit b904ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/checks/diff.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func (o *DiffOptions) Diff() error {

// If malcontent is on the path, then run it to get a capability diff.
var result []byte
if path, err := exec.LookPath("malcontent"); err == nil {
if path, err := exec.LookPath("mal"); err == nil {
o.Logger.Printf("starting bincapz for %d packages", len(newPackages))
// --min-file-level=3 filters out lower-risk changes in lower-risk files.
//
Expand Down

0 comments on commit b904ed1

Please sign in to comment.