Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
wagoodman pushed 8 commits to v6-search anchore/grype
- chore(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0 (#2340) Bumps [actions/upload-artifact](https://github... fa158d2
- chore(deps): bump github.com/docker/docker (#2339) Bumps [github.com/docker/docker](https://github.com/docker/docker... cf48f7a
- Allow v6 store to support multiple qualifiers (#2338) * change store to support search Signed-off-by: Alex Goodman ... f263234
- do not warn if DB missing (#2341) Signed-off-by: Alex Goodman <[email protected]> d94e68a
- add v6 search command Signed-off-by: Alex Goodman <[email protected]> ad1b17a
- add json schema generation Signed-off-by: Alex Goodman <[email protected]> aeb3fb8
- add schema drift checks Signed-off-by: Alex Goodman <[email protected]> ccf4e06
- add initial db search schemas Signed-off-by: Alex Goodman <[email protected]> 4ce30b6
wagoodman pushed 3 commits to v6-search anchore/grype
- add json schema generation Signed-off-by: Alex Goodman <[email protected]> c30c2ad
- add schema drift checks Signed-off-by: Alex Goodman <[email protected]> 89c5cdd
- add initial db search schemas Signed-off-by: Alex Goodman <[email protected]> 835704f
wagoodman pushed 1 commit to main anchore/grype
- do not warn if DB missing (#2341) Signed-off-by: Alex Goodman <[email protected]> d94e68a
wagoodman closed a pull request on anchore/grype
(DBv6) Do not warn if DB missing when updating
Note when starting with no state and updating the DB there is a warning: <img width="773" alt="Screenshot 2024-12-18 at 2 29 29 PM" src="https://github.com/user-attachments/assets/2b6ff990-7da8-49...wagoodman pushed 1 commit to main anchore/grype
- Allow v6 store to support multiple qualifiers (#2338) * change store to support search Signed-off-by: Alex Goodman ... f263234
wagoodman closed a pull request on anchore/grype
Allow v6 store to support multiple qualifiers
Today the v6 store can search for singular things (a single vulnerability, filter by a single distro, search by a single package). This PR changes the store to support searching and filtering by mu...wagoodman opened a pull request on anchore/grype
(DBv6) Do not warn if DB missing when updating
Note when starting with no state and updating the DB there is a warning: <img width="773" alt="Screenshot 2024-12-18 at 2 29 29 PM" src="https://github.com/user-attachments/assets/2b6ff990-7da8-49...wagoodman created a branch on anchore/grype
v6-db-update - A vulnerability scanner for container images and filesystems
wagoodman pushed 2 commits to v6-search anchore/grype
- address PR comments Signed-off-by: Alex Goodman <[email protected]> e09b983
- add v6 search command Signed-off-by: Alex Goodman <[email protected]> 19840d1
wagoodman pushed 1 commit to v6-search-store-support anchore/grype
- address PR comments Signed-off-by: Alex Goodman <[email protected]> e09b983
wagoodman created a review comment on a pull request on anchore/grype
this change was unintentional and is a no-op essentially in this context (I'll remove this change). This orients the query to be against the model (automatically inferring the table name from the m...
wagoodman created a review comment on a pull request on anchore/grype
I should probably rename this -- this changes the behavior so that the progress value will be set to the total size when set to completed. This fixes the current progress bar behavior (which today ...
wagoodman pushed 2 commits to v6-search anchore/grype
- fix multi vuln spec Signed-off-by: Alex Goodman <[email protected]> 33ac429
- add v6 search command Signed-off-by: Alex Goodman <[email protected]> e5651dc
wagoodman pushed 1 commit to v6-search-store-support anchore/grype
- fix multi vuln spec Signed-off-by: Alex Goodman <[email protected]> 33ac429
wagoodman pushed 1 commit to v6-search anchore/grype
- add v6 search command Signed-off-by: Alex Goodman <[email protected]> c8d8f4e
wagoodman pushed 2 commits to v6-search anchore/grype
- change store to support search Signed-off-by: Alex Goodman <[email protected]> 01f1def
- add v6 search command Signed-off-by: Alex Goodman <[email protected]> e00b4e6
wagoodman pushed 1 commit to v6-search-store-support anchore/grype
- change store to support search Signed-off-by: Alex Goodman <[email protected]> 01f1def
wagoodman pushed 1 commit to v6-search anchore/grype
- add v6 search command Signed-off-by: Alex Goodman <[email protected]> d96ae23
wagoodman pushed 2 commits to v6-search anchore/grype
- change store to support search Signed-off-by: Alex Goodman <[email protected]> c7f35a1
- add v6 search command Signed-off-by: Alex Goodman <[email protected]> e6fbc31
wagoodman pushed 1 commit to v6-search-store-support anchore/grype
- change store to support search Signed-off-by: Alex Goodman <[email protected]> c7f35a1
wagoodman pushed 2 commits to v6-search anchore/grype
- change store to support search Signed-off-by: Alex Goodman <[email protected]> 224be59
- add v6 search command Signed-off-by: Alex Goodman <[email protected]> 4c79df6
wagoodman opened a draft pull request on anchore/grype
Allow v6 store to support multiple qualifiers
Today the v6 store can search for singular things (a single vulnerability, filter by a single distro, search by a single package). This PR changes the store to support searching and filtering by mu...wagoodman pushed 1 commit to v6-search-store-support anchore/grype
- change store to support search Signed-off-by: Alex Goodman <[email protected]> 224be59
wagoodman created a branch on anchore/grype
v6-search-store-support - A vulnerability scanner for container images and filesystems
wagoodman pushed 1 commit to v6-search anchore/grype
- preserve v5 search command Signed-off-by: Alex Goodman <[email protected]> 9c40131
wagoodman pushed 1 commit to add-v6-to-manager anchore/grype-db
- bump to grype@main Signed-off-by: Alex Goodman <[email protected]> ce4bc10
wagoodman pushed 14 commits to v6-search anchore/grype
- docs: fix link to cosign documentation (#2321) Signed-off-by: ben <[email protected]> b1086f1
- chore(deps): bump golang.org/x/crypto from 0.30.0 to 0.31.0 (#2323) Bumps [golang.org/x/crypto](https://github.com/g... 1f594c9
- chore: move v5-specific interfaces and implementations to the v5 package (#2322) Signed-off-by: Keith Zantow <kzanto... df9e7a4
- chore(deps): bump github.com/CycloneDX/cyclonedx-go from 0.9.1 to 0.9.2 (#2329) Bumps [github.com/CycloneDX/cycloned... 66ed1ae
- fix: do not panic on cdx/sairf output from PURL file (#2328) fix: do not panic on cdx/sarif output from PURL file ... 4855fce
- chore(deps): bump github/codeql-action from 3.27.7 to 3.27.9 (#2330) Bumps [github/codeql-action](https://github.com... 9e8704f
- chore(deps): update anchore dependencies (#2331) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@us... 5c4fee7
- chore(deps): bump anchore/sbom-action from 0.17.8 to 0.17.9 (#2334) Bumps [anchore/sbom-action](https://github.com/a... 65cd041
- Drop DB v6 indexes on close (#2335) * drop DB indexes on close Signed-off-by: Alex Goodman <[email protected]... 69330e5
- add v6 search command Signed-off-by: Alex Goodman <[email protected]> 67333d3
- [wip] split pkg and vuln Signed-off-by: Alex Goodman <[email protected]> 1c6b78d
- search by plural conditions Signed-off-by: Alex Goodman <[email protected]> 880e7d8
- add tests Signed-off-by: Alex Goodman <[email protected]> 72d23d4
- ensure we deduplicate vuln rows Signed-off-by: Alex Goodman <[email protected]> f2baf2b