Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additionally publish docker images to GHCR #934

Merged
merged 1 commit into from
Apr 1, 2022
Merged

Conversation

wagoodman
Copy link
Contributor

Allows for users to be able to docker pull ghcr.io/anchore/syft:latest.

Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
@wagoodman wagoodman added enhancement New feature or request release relating to the release process of syft labels Apr 1, 2022
@wagoodman wagoodman requested a review from a team April 1, 2022 15:12
@wagoodman wagoodman self-assigned this Apr 1, 2022
@github-actions
Copy link

github-actions bot commented Apr 1, 2022

Benchmark Test Results

Benchmark results from the latest changes vs base branch
name                                                       old time/op    new time/op    delta
ImagePackageCatalogers/ruby-gemspec-cataloger-2              1.16ms ± 5%    1.29ms ± 0%  +11.48%  (p=0.008 n=5+5)
ImagePackageCatalogers/python-package-cataloger-2            2.89ms ± 1%    3.45ms ±15%  +19.58%  (p=0.008 n=5+5)
ImagePackageCatalogers/php-composer-installed-cataloger-2     939µs ± 1%    1070µs ± 1%  +13.99%  (p=0.008 n=5+5)
ImagePackageCatalogers/javascript-package-cataloger-2         654µs ± 3%     801µs ± 1%  +22.38%  (p=0.008 n=5+5)
ImagePackageCatalogers/dpkgdb-cataloger-2                     741µs ± 1%     906µs ± 7%  +22.20%  (p=0.008 n=5+5)
ImagePackageCatalogers/rpmdb-cataloger-2                      664µs ± 1%     814µs ± 9%  +22.68%  (p=0.008 n=5+5)
ImagePackageCatalogers/java-cataloger-2                      12.5ms ± 2%    13.8ms ± 2%   +9.87%  (p=0.008 n=5+5)
ImagePackageCatalogers/apkdb-cataloger-2                     1.16ms ± 2%    1.29ms ± 2%  +11.31%  (p=0.008 n=5+5)
ImagePackageCatalogers/go-module-binary-cataloger-2          2.04µs ± 2%    2.28µs ± 1%  +11.52%  (p=0.008 n=5+5)

name                                                       old alloc/op   new alloc/op   delta
ImagePackageCatalogers/ruby-gemspec-cataloger-2               185kB ± 0%     184kB ± 0%   -0.22%  (p=0.008 n=5+5)
ImagePackageCatalogers/python-package-cataloger-2             896kB ± 0%     895kB ± 0%     ~     (p=1.000 n=5+5)
ImagePackageCatalogers/php-composer-installed-cataloger-2     196kB ± 0%     196kB ± 0%     ~     (p=0.151 n=5+5)
ImagePackageCatalogers/javascript-package-cataloger-2         140kB ± 0%     140kB ± 0%     ~     (p=0.056 n=5+5)
ImagePackageCatalogers/dpkgdb-cataloger-2                     175kB ± 0%     175kB ± 0%     ~     (p=0.310 n=5+5)
ImagePackageCatalogers/rpmdb-cataloger-2                      163kB ± 0%     163kB ± 0%     ~     (p=0.222 n=5+5)
ImagePackageCatalogers/java-cataloger-2                      3.19MB ± 0%    3.19MB ± 0%     ~     (p=1.000 n=5+5)
ImagePackageCatalogers/apkdb-cataloger-2                     1.24MB ± 0%    1.24MB ± 0%     ~     (p=0.548 n=5+5)
ImagePackageCatalogers/go-module-binary-cataloger-2            672B ± 0%      672B ± 0%     ~     (all equal)

name                                                       old allocs/op  new allocs/op  delta
ImagePackageCatalogers/ruby-gemspec-cataloger-2               3.66k ± 0%     3.66k ± 0%     ~     (all equal)
ImagePackageCatalogers/python-package-cataloger-2             14.8k ± 0%     14.8k ± 0%   +0.03%  (p=0.024 n=5+5)
ImagePackageCatalogers/php-composer-installed-cataloger-2     4.94k ± 0%     4.94k ± 0%     ~     (p=0.444 n=5+5)
ImagePackageCatalogers/javascript-package-cataloger-2         2.72k ± 0%     2.72k ± 0%     ~     (all equal)
ImagePackageCatalogers/dpkgdb-cataloger-2                     3.93k ± 0%     3.93k ± 0%     ~     (all equal)
ImagePackageCatalogers/rpmdb-cataloger-2                      4.01k ± 0%     4.01k ± 0%     ~     (all equal)
ImagePackageCatalogers/java-cataloger-2                       52.2k ± 0%     52.2k ± 0%     ~     (p=0.730 n=5+5)
ImagePackageCatalogers/apkdb-cataloger-2                      4.82k ± 0%     4.82k ± 0%     ~     (all equal)
ImagePackageCatalogers/go-module-binary-cataloger-2            15.0 ± 0%      15.0 ± 0%     ~     (all equal)

@wagoodman wagoodman merged commit 68b7ad9 into main Apr 1, 2022
@wagoodman wagoodman deleted the publish-to-ghcr branch April 1, 2022 15:30
@wagoodman wagoodman added the changelog-ignore Don't include this issue in the release changelog label Apr 6, 2022
spiffcs added a commit that referenced this pull request May 2, 2022
* main: (31 commits)
  reduce noise of log output (#976)
  add version info and remove double config call (#977)
  Rename syft-id to package-id (#970)
  update to cyclonedx-go 0.5.2 (#971)
  refactor command package to remove globals and add dependency injection
  fix: #953 Derive language from pURL - https://github.com/anchore/syft… (#957)
  Fix typo in CPE-parsing error (#966)
  Preserve syft IDs on SBOM decode (#963)
  Update GitHub format package_url and correlator (#961)
  Ensure SPDXIDs are valid (#955)
  Auto-PR needs to run go mod tidy (#958)
  Add workflow for automatic PR for new stereoscope updates (#954)
  Minor readme update to correct format information (#948)
  Update spdx22json to only take uppercase checksum algorithm (#946)
  add additional vendors for springframework (#945)
  Add digest property to parent and nested java package metadata (#941)
  Update write permissions and log into ghcr.io for release (#942)
  Retry auth URL lookup without docker credentialhelper workaround (#939)
  Ensure that all cyclonedx components have bom-refs (#914)
  Additionally publish docker images to GHCR (#934)
  ...

Signed-off-by: Christopher Phillips <christopher.phillips@anchore.com>
GijsCalis pushed a commit to GijsCalis/syft that referenced this pull request Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog-ignore Don't include this issue in the release changelog enhancement New feature or request release relating to the release process of syft
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants