8000 Comparing anchore:main...ADorigi:main · anchore/grype · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: anchore/grype
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: ADorigi/grype
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 7 files changed
  • 3 contributors

Commits on Oct 9, 2024

  1. feat: add grype db providers command

    - currently reads content of `provider-metadata.json` file
    - added flag `-o`/`--output` flags which accept `json` and `table`
    - update  method `getDBProviders()` and type `dbProviderMetadata` for db schema `v6`
    
    Signed-off-by: Adnan Gulegulzar <gulegulzaradnan@gmail.com>
    ADorigi committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    d651464 View commit details
    Browse the repository at this point in the history
  2. chore: update readme for grype db providers

    Signed-off-by: Adnan Gulegulzar <gulegulzaradnan@gmail.com>
    ADorigi committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    b674ee8 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. chore: update lint

    Signed-off-by: Adnan Gulegulzar <gulegulzaradnan@gmail.com>
    ADorigi committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    b39842a View commit details
    Browse the repository at this point in the history
  2. chore: add cli test for grype db providers

    Signed-off-by: Adnan Gulegulzar <gulegulzaradnan@gmail.com>
    ADorigi committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    5b0330f View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    fe652c5 View commit details
    Browse the repository at this point in the history
  2. fix: review changes

    - updated table as the default output format
    - updated tablewriter settings
    - added unit test for the components of db providers command
    - added dummy "provider-metadata.json" to aid unit tests
    - added table and json assertion to cli test
    
    Signed-off-by: Adnan Gulegulzar <gulegulzaradnan@gmail.com>
    ADorigi committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    018220b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2dac42 View commit details
    Browse the repository at this point in the history
  4. chore: removes changes to db diff, db serach and db list commands

    Signed-off-by: Adnan Gulegulzar <gulegulzaradnan@gmail.com>
    ADorigi committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    7e7ba5e View commit details
    Browse the repository at this point in the history
  5. chore: remove unused constants

    Signed-off-by: Adnan Gulegulzar <gulegulzaradnan@gmail.com>
    ADorigi committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    d89a8c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. chore: move constants to scope where used

    Signed-off-by: Will Murphy <willmurphyscode@users.noreply.github.com>
    willmurphyscode committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    46894f1 View commit details
    Browse the repository at this point in the history
Loading
0