Skip to content

Commit

Permalink
Check for static archives in Binary Artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: David Korczynski <david@adalogics.com>
  • Loading branch information
DavidKorczynski committed Sep 5, 2023
1 parent 3af46eb commit 70a7746
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions checks/raw/binary_artifact.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ var checkBinaryFileContent fileparser.DoWhileTrueOnFileContent = func(path strin
"dey": true,
"elf": true,
"o": true,
"a": true,
"so": true,
"macho": true,
"iso": true,
Expand Down

0 comments on commit 70a7746

Please sign in to comment.