-
Notifications
You must be signed in to change notification settings - Fork 701
Comparing changes
Open a pull request
base repository: anchore/grype
base: v0.63.1
head repository: anchore/grype
compare: v0.64.2
- 15 commits
- 124 files changed
- 7 contributors
Commits on Jul 5, 2023
-
chore(deps): update bootstrap tools to latest versions (#1368)
Signed-off-by: GitHub <[email protected]> Co-authored-by: westonsteimel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 116dc4a - Browse repository at this point
Copy the full SHA 116dc4aView commit details -
chore: bump quality gate labels and images (#1374)
Signed-off-by: Weston Steimel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 74a7185 - Browse repository at this point
Copy the full SHA 74a7185View commit details
Commits on Jul 6, 2023
-
chore(deps): bump golang.org/x/term from 0.9.0 to 0.10.0 (#1375)
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.9.0 to 0.10.0. - [Commits](golang/term@v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: golang.org/x/term dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7545e88 - Browse repository at this point
Copy the full SHA 7545e88View commit details -
Port to new syft source API (#1376)
* port to new syft source API Signed-off-by: Alex Goodman <[email protected]> * fix linting Signed-off-by: Alex Goodman <[email protected]> --------- Signed-off-by: Alex Goodman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 64e9c9c - Browse repository at this point
Copy the full SHA 64e9c9cView commit details
Commits on Jul 10, 2023
-
chore(deps): bump github.com/docker/docker (#1382)
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.2+incompatible to 24.0.4+incompatible. - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v24.0.2...v24.0.4) --- updated-dependencies: - dependency-name: github.com/docker/docker dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9ac9bdd - Browse repository at this point
Copy the full SHA 9ac9bddView commit details -
chore(deps): update bootstrap tools to latest versions (#1381)
Signed-off-by: GitHub <[email protected]> Co-authored-by: westonsteimel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d6bd01a - Browse repository at this point
Copy the full SHA d6bd01aView commit details
Commits on Jul 11, 2023
-
Remove Docker section from DEVELOPING.md (#1384)
Developing in Docker is no longer explicitly supported. Update developing docs to reflect this. Signed-off-by: Will Murphy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6834e21 - Browse repository at this point
Copy the full SHA 6834e21View commit details -
feat(outputs): allow to set multiple outputs (#648) (#1346)
* feat(outputs): allow to set multiple outputs (#648) Signed-off-by: Olivier Boudet <[email protected]> Signed-off-by: Olivier Boudet <[email protected]> Signed-off-by: Alex Goodman <[email protected]> * feat(outputs): allow to set multiple outputs (#648) review Signed-off-by: Olivier Boudet <[email protected]> Signed-off-by: Alex Goodman <[email protected]> * use syft format writter pattern and de-emphasize presenter package Signed-off-by: Alex Goodman <[email protected]> --------- Signed-off-by: Olivier Boudet <[email protected]> Signed-off-by: Olivier Boudet <[email protected]> Signed-off-by: Alex Goodman <[email protected]> Co-authored-by: Alex Goodman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9050883 - Browse repository at this point
Copy the full SHA 9050883View commit details
Commits on Jul 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 37f436c - Browse repository at this point
Copy the full SHA 37f436cView commit details -
* initial port to bubbletea Signed-off-by: Alex Goodman <[email protected]> * remove jotframe UI Signed-off-by: Alex Goodman <[email protected]> * add bubbletea component tests Signed-off-by: Alex Goodman <[email protected]> * update main.go refs to cmd package Signed-off-by: Alex Goodman <[email protected]> * move goreleaser build dir to cmd Signed-off-by: Alex Goodman <[email protected]> * upgrade yardstick for grype source installs and fix post-ui tests Signed-off-by: Alex Goodman <[email protected]> * ensure stable severity map in UI component test Signed-off-by: Alex Goodman <[email protected]> * add windows support for tui Signed-off-by: Alex Goodman <[email protected]> --------- Signed-off-by: Alex Goodman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ebd4643 - Browse repository at this point
Copy the full SHA ebd4643View commit details
Commits on Jul 17, 2023
-
chore(deps): bump github.com/gkampitakis/go-snaps from 0.4.7 to 0.4.8 (…
…#1389) Bumps [github.com/gkampitakis/go-snaps](https://github.com/gkampitakis/go-snaps) from 0.4.7 to 0.4.8. - [Release notes](https://github.com/gkampitakis/go-snaps/releases) - [Commits](gkampitakis/go-snaps@v0.4.7...v0.4.8) --- updated-dependencies: - dependency-name: github.com/gkampitakis/go-snaps dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5a8ea73 - Browse repository at this point
Copy the full SHA 5a8ea73View commit details -
Pass correct output file (#1391)
Previously, the wrong path would get passed, and the template file would get truncated. Signed-off-by: Will Murphy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 43bcf30 - Browse repository at this point
Copy the full SHA 43bcf30View commit details
Commits on Jul 18, 2023
-
Refactor integ test to table test (#1390)
To make it easier to see which tests fail if there's a failure. Signed-off-by: Will Murphy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e347e03 - Browse repository at this point
Copy the full SHA e347e03View commit details -
chore: bump yardstick to address PyYAML cython compatibility issues (#…
…1394) Signed-off-by: Weston Steimel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 03d18a5 - Browse repository at this point
Copy the full SHA 03d18a5View commit details
Commits on Jul 19, 2023
-
fix: vulnerabilities should be printed when
--fail-onfails (#1395)Stop terminating the UI early if the error is that the "--fail-on" threshold failed. Signed-off-by: Will Murphy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e09bae3 - Browse repository at this point
Copy the full SHA e09bae3View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.63.1...v0.64.2