mirror of
https://github.com/anchore/syft
synced 2024-11-10 06:14:16 +00:00
cfbb9f703b
Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
47 lines
482 B
Text
47 lines
482 B
Text
go.work
|
|
go.work.sum
|
|
/.bin
|
|
CHANGELOG.md
|
|
VERSION
|
|
/test/results
|
|
/dist
|
|
/snapshot
|
|
.server/
|
|
.vscode/
|
|
.history/
|
|
*.fingerprint
|
|
*.tar
|
|
*.jar
|
|
*.war
|
|
*.ear
|
|
*.jpi
|
|
*.hpi
|
|
*.zip
|
|
.idea/
|
|
*.log
|
|
.images
|
|
.tmp/
|
|
coverage.txt
|
|
bin/
|
|
|
|
# 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
|
|
|
|
*.profile
|
|
|
|
# attestation
|
|
cosign.key
|
|
cosign.pub
|