mirror of
https://github.com/anchore/syft
synced 2024-11-10 14:24:12 +00:00
bffc4713a7
* Refactor zip file tests Signed-off-by: Dan Luhring <dan.luhring@anchore.com> * Add glob support for leading slashes Signed-off-by: Dan Luhring <dan.luhring@anchore.com> * Update zip testing to account for glob matching Signed-off-by: Dan Luhring <dan.luhring@anchore.com> * Ignore .DS_STORE Signed-off-by: Dan Luhring <dan.luhring@anchore.com> * Improve normalization of zip entry names Signed-off-by: Dan Luhring <dan.luhring@anchore.com> * Rename zip test helpers file Signed-off-by: Dan Luhring <dan.luhring@anchore.com>
34 lines
371 B
Text
34 lines
371 B
Text
CHANGELOG.md
|
|
/dist
|
|
/snapshot
|
|
.server/
|
|
.vscode/
|
|
*.fingerprint
|
|
*.tar
|
|
*.jar
|
|
*.war
|
|
*.ear
|
|
*.jpi
|
|
*.hpi
|
|
*.zip
|
|
.idea/
|
|
*.log
|
|
.images
|
|
.tmp/
|
|
coverage.txt
|
|
|
|
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# macOS Finder metadata
|
|
.DS_STORE
|