diff --git a/checks/raw/binary_artifact.go b/checks/raw/binary_artifact.go index bc27fa2031d..03c129b5727 100644 --- a/checks/raw/binary_artifact.go +++ b/checks/raw/binary_artifact.go @@ -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,