Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsimon committed May 3, 2022
1 parent 01c18a9 commit b369553
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions checks/raw/binary_artifact.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ var checkBinaryFileContent fileparser.DoWhileTrueOnFileContent = func(path strin
})
}

fmt.Println(*pfiles)
return true, nil
}

Expand Down
4 changes: 2 additions & 2 deletions checks/raw/binary_artifact_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ func TestBinaryArtifacts(t *testing.T) {
},
},
{
name: "printable character.lib",
name: "printable character .lib",
err: nil,
files: []string{
"../testdata/printable.lib",
"../testdata/binaryartifacts/printable.lib",
},
},
}
Expand Down

0 comments on commit b369553

Please sign in to comment.