Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
wagoodman pushed 4 commits to add-v6-to-manager anchore/grype-db
- fix transformers, split packaging, better logs Signed-off-by: Alex Goodman <[email protected]> 06d7fe3
- replace cli bash test harness with python Signed-off-by: Alex Goodman <[email protected]> 8d208f9
- add latest.json validation Signed-off-by: Alex Goodman <[email protected]> 3cf9ccc
- fix linting and tests Signed-off-by: Alex Goodman <[email protected]> 48566af
wagoodman pushed 1 commit to v6-enhancements anchore/grype-db
- fix transformers, split packaging, better logs Signed-off-by: Alex Goodman <[email protected]> 06d7fe3
wagoodman pushed 1 commit to main anchore/grype
- Drop DB v6 indexes on close (#2335) * drop DB indexes on close Signed-off-by: Alex Goodman <[email protected]... 69330e5
wagoodman closed a pull request on anchore/grype
Drop DB v6 indexes on close
This PR makes the following adjustments to the v6 store: When opening a DB for reading or writing: - use 16KB page size (tended to reduce the overall size of the DB for distribution) When op...wagoodman pushed 1 commit to v6-drop-index anchore/grype
- pr review comments Signed-off-by: Alex Goodman <[email protected]> ef2dc11
wagoodman created a review comment on a pull request on anchore/grype
https://github.com/anchore/grype/pull/2335#discussion_r1887662856 so when there are heavy writes expected we want to allow for a larger memory footprint (to improve write performance).
wagoodman created a review comment on a pull request on anchore/grype
it is -- when we start with an empty DB we will be doing a lot of writing (and allowing for a larger memory footprint in those cases allows for writing to the DB much faster).
wagoodman created a review comment on a pull request on anchore/grype
I can change it to nil check
wagoodman created a review comment on a pull request on anchore/grype
These are intended to be passed to automigrate, which only needs instances, not pointers. If being passed to `db.Create` where the instance represents a row in the DB, then a pointer is required (w...
wagoodman created a comment on an issue on anchore/grype
unblocked by https://github.com/anchore/grype/pull/2311 -- will attempt to integrate that branch here after https://github.com/anchore/grype/pull/2335 merges
wagoodman pushed 7 commits to add-v6-to-manager anchore/grype-db
- chore(deps): Bump actions/setup-go from 5.1.0 to 5.2.0 (#454) Bumps [actions/setup-go](https://github.com/actions/se... 45fb6d5
- chore(deps): Bump actions/checkout from 4.2.1 to 4.2.2 (#453) Bumps [actions/checkout](https://github.com/actions/ch... f975226
- chore(deps): update anchore dependencies (#455) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@use... 5973c76
- fix transformers, split packaging, better logs Signed-off-by: Alex Goodman <[email protected]> 19a1f22
- replace cli bash test harness with python Signed-off-by: Alex Goodman <[email protected]> 1c9fba4
- add latest.json validation Signed-off-by: Alex Goodman <[email protected]> b839148
- fix linting and tests Signed-off-by: Alex Goodman <[email protected]> 0ee085d
wagoodman pushed 4 commits to v6-enhancements anchore/grype-db
- chore(deps): Bump actions/setup-go from 5.1.0 to 5.2.0 (#454) Bumps [actions/setup-go](https://github.com/actions/se... 45fb6d5
- chore(deps): Bump actions/checkout from 4.2.1 to 4.2.2 (#453) Bumps [actions/checkout](https://github.com/actions/ch... f975226
- chore(deps): update anchore dependencies (#455) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@use... 5973c76
- fix transformers, split packaging, better logs Signed-off-by: Alex Goodman <[email protected]> 19a1f22
wagoodman pushed 8 commits to add-v6-to-manager anchore/grype-db
- chore(deps): Bump actions/cache from 4.1.2 to 4.2.0 (#450) Bumps [actions/cache](https://github.com/actions/cache) f... 3ca39a2
- chore(deps): Bump golang.org/x/sync from 0.9.0 to 0.10.0 (#448) Bumps [golang.org/x/sync](https://github.com/golang/... bfa5692
- chore(deps): update anchore dependencies (#451) * integrate anchore deps Signed-off-by: Alex Goodman <wagoodman@use... f22d868
- add update anchore dependencies workflow (#452) Signed-off-by: Alex Goodman <[email protected]> bea7c96
- fix transformers, split packaging, better logs Signed-off-by: Alex Goodman <[email protected]> 85384a5
- replace cli bash test harness with python Signed-off-by: Alex Goodman <[email protected]> dac9c94
- add latest.json validation Signed-off-by: Alex Goodman <[email protected]> d886d0b
- fix linting and tests Signed-off-by: Alex Goodman <[email protected]> cfaaa9e
wagoodman opened a draft pull request on anchore/grype-db
Pull in more v6 schema changes
This pulls in changes from grype and the underlying v6 models + makes additional changes: - ensures the transformers output vulnerability objects with provider IDs already populated - better logg...wagoodman pushed 1 commit to v6-drop-index anchore/grype
- drop DB indexes on close Signed-off-by: Alex Goodman <[email protected]> e795ae5
wagoodman created a review comment on a pull request on anchore/grype
import does respond to TUI elements, so this was dropped
wagoodman opened a draft pull request on anchore/grype
Drop DB v6 indexes on close
This PR makes the following adjustments to the v6 store: When opening a DB for reading or writing: - use 16KB page size (tended to reduce the overall size of the DB for distribution) When op...wagoodman created a branch on anchore/grype
v6-drop-index - A vulnerability scanner for container images and filesystems
wagoodman created a comment on an issue on anchore/syft
> as my personal benchmarks show that they are detected by Syft as "Executables", however are not noted in the SBOM? I think what you're saying is that `syft .... -o json | jq '.artifacts[]'` does...
wagoodman pushed 1 commit to v6-search anchore/grype
- ensure we deduplicate vuln rows Signed-off-by: Alex Goodman <[email protected]> 38de0a5
wagoodman pushed 15 commits to v6-search anchore/grype
- chore(deps): bump actions/cache from 4.1.2 to 4.2.0 (#2306) d148a05
- chore(deps): update tools to latest versions (#2305) 90c5cb9
- chore(deps): update tools to latest versions (#2307) Signed-off-by: github-actions[bot] <41898282+github-actions[bot... 12d0f5c
- chore(deps): update anchore dependencies (#2308) * integrate anchore deps Signed-off-by: Alex Goodman <wagoodman@us... 486b5b3
- chore(deps): bump github/codeql-action from 3.27.6 to 3.27.7 (#2309) Bumps [github/codeql-action](https://github.com... 66a3d28
- chore(deps): bump github.com/docker/docker (#2310) Bumps [github.com/docker/docker](https://github.com/docker/docker... a92f93a
- chore: replace archiver with anchore fork (#2313) * chore: replace archiver with anchore fork --------- Signed-off... 6bf7866
- add update anchore dependencies workflow (#2312) Signed-off-by: Alex Goodman <[email protected]> 4d1af3f
- chore(deps): bump actions/setup-go from 5.1.0 to 5.2.0 (#2318) Bumps [actions/setup-go](https://github.com/actions/s... 3230db7
- chore(deps): bump actions/checkout from 4.2.1 to 4.2.2 (#2317) Bumps [actions/checkout](https://github.com/actions/c... 9bd48f5
- deduplicate vulns on store write (#2319) Signed-off-by: Alex Goodman <[email protected]> d054e68
- add v6 search command Signed-off-by: Alex Goodman <[email protected]> 866b2ff
- [wip] split pkg and vuln Signed-off-by: Alex Goodman <[email protected]> d5f62f0
- search by plural conditions Signed-off-by: Alex Goodman <[email protected]> cd9326b
- add tests Signed-off-by: Alex Goodman <[email protected]> 5d3cea7