Describe the bug
Running fossa-cli on github actions yielded the following warning:
Warn: read '/<project>/gradle/wrapper/gradle-wrapper.jar': stream did not contain valid UTF-8: ReadFile
Warn: read '/<project>/.git/index': stream did not contain valid UTF-8: ReadFile
Warn: read '/<project>/.git/objects/pack/pack-e93b1b8700c78154253154b3a16e94adc6d0bc31.idx': stream did not contain valid UTF-8: ReadFile
Warn: read '/<project>/.git/objects/pack/pack-e93b1b8700c78154253154b3a16e94adc6d0bc31.rev': stream did not contain valid UTF-8: ReadFile
Warn: read '/<project>/.git/objects/pack/pack-e93b1b8700c78154253154b3a16e94adc6d0bc31.pack': stream did not contain valid UTF-8: ReadFile
This is a gradle project, so fossa-cli should already know that gradle/wrapper/gradle-wrapper.jar is a binary file to be ignored (or at least treated as such).
Also, this is a git checkout. Packfiles and the index have known paths and known non-text formats.
To Reproduce
Steps to reproduce the behavior:
- Run
fossa analyze ...
- See error
Expected behavior
I expect no warnings for files that are expected to be binary in a checkout.
Debug bundle
Please run fossa with the --debug flag and attach the resulting fossa.debug.zip file here.
I actually can't because GHE but it seems like this might be obvious? I dunno.
Additional context
I don't have the ability to pull artifacts because GHE. I can cat text files. I also have to use command-line to configure it; I can't use yaml easily.
Describe the bug
Running fossa-cli on github actions yielded the following warning:
This is a gradle project, so fossa-cli should already know that
gradle/wrapper/gradle-wrapper.jaris a binary file to be ignored (or at least treated as such).Also, this is a git checkout. Packfiles and the index have known paths and known non-text formats.
To Reproduce
Steps to reproduce the behavior:
fossa analyze ...Expected behavior
I expect no warnings for files that are expected to be binary in a checkout.
Debug bundle
Please run
fossawith the--debugflag and attach the resultingfossa.debug.zipfile here.I actually can't because GHE but it seems like this might be obvious? I dunno.
Additional context
I don't have the ability to pull artifacts because GHE. I can
cattext files. I also have to use command-line to configure it; I can't use yaml easily.