mirror of
https://github.com/anchore/syft
synced 2024-11-10 06:14:16 +00:00
52bac6e2fd
* add support to upload results to enterprise Signed-off-by: Alex Goodman <alex.goodman@anchore.com> * add package sbom upload Signed-off-by: Alex Goodman <alex.goodman@anchore.com> * add dockerfile support Signed-off-by: Alex Goodman <alex.goodman@anchore.com> * add manifest, index, and dockerfile import functions Signed-off-by: Alex Goodman <alex.goodman@anchore.com> * schema version to json output + enhance json schema generation Signed-off-by: Alex Goodman <alex.goodman@anchore.com> * modify package SBOM shape to be entire syft document + add etui updates Signed-off-by: Alex Goodman <alex.goodman@anchore.com> * add import image config and manifest support Signed-off-by: Alex Goodman <alex.goodman@anchore.com> * add config options for import to enterprise Signed-off-by: Alex Goodman <alex.goodman@anchore.com> * incorporate final stereoscope and client-go deps Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
35 lines
381 B
Text
35 lines
381 B
Text
CHANGELOG.md
|
|
/dist
|
|
/snapshot
|
|
.server/
|
|
.vscode/
|
|
.history/
|
|
*.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
|