Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

wagoodman

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

View on GitHub

wagoodman pushed 3 commits to v6-search anchore/grype

View on GitHub

wagoodman pushed 1 commit to main anchore/grype

View on GitHub

wagoodman deleted a branch anchore/grype

v6-db-update

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

View on GitHub

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

View on GitHub

wagoodman pushed 1 commit to v6-search-store-support anchore/grype

View on GitHub

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...

View on GitHub

wagoodman created a review on a pull request on anchore/grype

View on GitHub

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 ...

View on GitHub

wagoodman created a review on a pull request on anchore/grype

View on GitHub

wagoodman pushed 2 commits to v6-search anchore/grype

View on GitHub

wagoodman pushed 1 commit to v6-search-store-support anchore/grype

View on GitHub

wagoodman pushed 1 commit to v6-search anchore/grype

View on GitHub

wagoodman pushed 2 commits to v6-search anchore/grype

View on GitHub

wagoodman pushed 1 commit to v6-search-store-support anchore/grype

View on GitHub

wagoodman pushed 1 commit to v6-search anchore/grype

View on GitHub

wagoodman pushed 2 commits to v6-search anchore/grype

View on GitHub

wagoodman pushed 1 commit to v6-search-store-support anchore/grype

View on GitHub

wagoodman pushed 2 commits to v6-search anchore/grype

View on GitHub

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

View on GitHub

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

View on GitHub

wagoodman pushed 1 commit to add-v6-to-manager anchore/grype-db

View on GitHub

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

View on GitHub

Load more