Skip to content

Releases: aquasecurity/binfinder

v0.2.0

11 Jan 22:13
0b2909f
Compare
Choose a tag to compare

Changelog

ac777b2 .github: Add a github action for goreleaser
317235f Added support of --all-tags & fixed data directory permission (#12)
8c88c1c Update README.md
0b2909f github: Fix make test target

v0.1.0

08 Sep 22:24
1c463a9
Compare
Choose a tag to compare

Changelog

7c12e75 * Added logic to scrape topN images and run diff upon * Added flag to run analysis
dd6828f .github: Add CI testing for each PR
10db54d Added check for cocker damon to run before running CLI, added tests
a7e39de Added comment for hardcode
4b02360 Added makefile
8dfe528 Added output dir flag
106d527 Added process time for debugging, and fixed Alpine shell file
1cb1a3a Added support of docker registry parsing user and password
ca649c0 Added support of registryV2
72065b5 Create README.md
6ef1642 Create main.go
9b613e7 FIxed issue with DTR API
c8b18fe Fix for logstash
6e06eb2 Fixed failing tests
54a4ef3 Fixed old diffs
e5b0038 Fixed tests
fc5ad6b Fixes
149ca6f Ignore binaries containing aquasec in it
fa60bb9 Improved alpine diff
6c9ee74 Improved alpine speed
3afb335 LICENSE: Add Apache v2.0 License
32fc792 Makefile: Add build and clean targets
7fc41c7 Merge branch 'master' of github.com:aquasecurity/binfinder
27891f5 Merge branch 'master' of github.com:aquasecurity/binfinder
25d08aa Merge pull request #6 from aquasecurity/alpine-improvement
920f4db Merge pull request #7 from aquasecurity/include-shared-objects
f613ac2 Merge remote-tracking branch 'origin' into add-basic-tests
dd80fb7 More fixes
d229a4b More improvements
84ab1d1 More improvements
add2ffa README: docs++
5b2447e Remove hardcode tagging, parse recent tag from docker API
4fa618f Update README.md
92b85bf Updated binfinder to support DTR image diff scan
936d1d6 Updated code with scripts
83c282a added some cleanup
6ef0081 binfinder: Add better help texts (#8)
9c41c24 csv: Add header
da28455 data: Add new images
999ad49 exportAnalysis: Fix sorting results by count
9a7d028 fix for Linux OS
b00a7c0 fix for busybox
b004857 fixed readme
1c463a9 goreleaser: Add goreleaser.yml
2d79563 main: Add a helpful message on analyze run
5f9d9d4 main: Add workers as a configurable option (default: 1)
14e6dc3 main: Big DRY of fetch*Diff funcs.
e9ed8bf main: Cleanup cruft.
fb285c4 main: Fix error message if docker client is unable to init
8c15b68 main: Fix perms on dir creation.
461f5c9 main_test: Add TestGetOS
a56579f main_test: Add a case for exportAnalysis where count is not same
2a52664 main_test: Add commentary and tests for pullImage
0d978fa main_test: Add tests and improve sorting logic for exportAnalysis
bde745a main_test: Add tests for various *OSDiff functions.
f140950 main_test: comment out the failing test for now
58b29a1 model/popular: Add tests for GetPopularImages (#5)
720da7f more fixes
107a0bf no message
86014e3 no message
c1d4b21 pkg: Fix error formatting directives
15f5ba4 remove cruft
3a9678f update readme