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/syft
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.91.0
Choose a base ref
...
head repository: anchore/syft
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.92.0
Choose a head ref
  • 6 commits
  • 15 files changed
  • 5 contributors

Commits on Sep 20, 2023

  1. Correcting behavior based on Syft release v0.91.0 run (#2162)

    * dont show the title in the release notes
    
    Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
    
    * dont upload assets on the release pipeline
    
    Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
    
    * bump action-slack action to v3.15.1
    
    Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
    
    * remove custom go mod and build cache
    
    Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
    wagoodman authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    8314c0d View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. fix: deterministic java purls (#2170)

    Previously, which PURL was generated depended on the order of key iteration
    in maps. Also update an integ test that was apparently only passing because
    of the previous issue.
    
    Signed-off-by: Will Murphy <will.murphy@anchore.com>
    willmurphyscode authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    e34adea View commit details
    Browse the repository at this point in the history
  2. chore: bump stereoscope to fix data race in UI code (#2173)

    Pulls in a fix in go-progress that prevents a race in the UI code when
    scanning large images.
    
    Signed-off-by: Will Murphy <will.murphy@anchore.com>
    willmurphyscode authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    8a414b5 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump github.com/spf13/afero from 1.9.5 to 1.10.0 (#2174)

    Bumps [github.com/spf13/afero](https://github.com/spf13/afero) from 1.9.5 to 1.10.0.
    - [Release notes](https://github.com/spf13/afero/releases)
    - [Commits](spf13/afero@v1.9.5...v1.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/afero
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    534a5f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. chore(deps): bump actions/checkout from 4.0.0 to 4.1.0 (#2172)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@3df4ab1...8ade135)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    351c683 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update bootstrap tools to latest versions (#2171)

    Signed-off-by: GitHub <noreply@github.com>
    Co-authored-by: spiffcs <spiffcs@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    8f57d22 View commit details
    Browse the repository at this point in the history
Loading