vendor: bump github.com/anchore/syft from 0.98.0 to 0.105.0#94
Merged
crazy-max merged 2 commits intodocker:masterfrom Feb 15, 2024
Merged
Conversation
Member
Author
|
Current (0.98.0) and latest syft version still fails with amazonlinux image: https://github.com/docker/buildkit-syft-scanner/actions/runs/7883917948/job/21511817145?pr=94#step:7:75 |
wagoodman
reviewed
Feb 14, 2024
| # See the License for the specific language governing permissions and | ||
| # limitations under the License. | ||
|
|
||
| FROM amazonlinux:2 AS base |
There was a problem hiding this comment.
Syft v0.105.0 should account for the scanning issues you're having here 👍
wagoodman
reviewed
Feb 14, 2024
| result.Artifacts.LinuxDistribution = theDistro | ||
| result.Relationships = relationships | ||
|
|
||
| result, err := syft.CreateSBOM(context.Background(), src, syft.DefaultCreateSBOMConfig()) |
There was a problem hiding this comment.
It looks like earlier the image catalogers were being used regardless of the input source type. To replicate the same behavior you can add that ask to the CreateSBOMConfig:
cfg := syft.DefaultCreateSBOMConfig().
WithCatalogerSelection(
pkgcataloging.NewSelectionRequest().
WithDefaults(pkgcataloging.ImageTag),
)Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
cdupuis
approved these changes
Feb 15, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Dependabot can't bump to 0.101.0 because of a breaking change with the cataloger related to anchore/syft#1383: