mirror of
https://github.com/anchore/grype
synced 2024-11-10 06:34:13 +00:00
5754360376
- Remove old apple signing flow in favor of [quill](https://github.com/anchore/quill) - Update changelog generation to be in sync with syft's flow - Remove old goreleaser docker workflow in favor of single file - Remove individual bootstrap options in favor of single bootstrap action - Update release and validation workflows to use trigger based approach seen in syft - Update golangci.yaml to be equivalent to syft patterns - Remove unused Dockerfile.dev - Remove docker-compose development cycle - Add organized test-fixture Makefile targets Signed-off-by: Christopher Phillips <christopher.phillips@anchore.com>
39 lines
442 B
Text
39 lines
442 B
Text
CHANGELOG.md
|
|
VERSION
|
|
/snapshot/
|
|
/dist/
|
|
*.profile
|
|
.server
|
|
*.fingerprint
|
|
/metadata.json
|
|
/listing.json
|
|
.vscode/
|
|
*.db
|
|
*.db-journal
|
|
!**/test-fixtures/**/*.db
|
|
*.tar
|
|
*tar.gz
|
|
.idea/
|
|
*.log
|
|
.images
|
|
.tmp/
|
|
*.tmp
|
|
coverage.txt
|
|
|
|
# OS files
|
|
.DS_Store
|
|
|
|
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
/grype/grype
|
|
|
|
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|