Run Grype scan of files given from text file containing filelist #562
Labels
enhancement
New feature or request
multiple-sources
Issues that are dependent on supporting multiple sources
What would you like to be added:
Run Grype scan of files given from text file containing file list.
Why is this needed:
When Grype is executed, it scans the pointed directory. However, it would be very useful if Grype has some functionality to scan only files specified in a text file.
Additional context:
Like "grype -i files-to-scan.txt"
files-to-scan.txt:
/etc/directory/file1.jar
/opt/directory/file2.jar
...
/var/directory/filex.jar
Also, JSON output, in this case, should contain an absolute path of the .artifact.locations[].path
The text was updated successfully, but these errors were encountered: