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

Fix: Handle TAR_ENTRY_INVALID error #1095

Merged
merged 9 commits into from
May 20, 2024

Conversation

aryan-rajoria
Copy link
Collaborator

So far I receive error Error: TAR_ENTRY_INVALID: checksum failure instead of the Error: TAR_ENTRY_INVALID: linkpath forbidden.
in #572
However, the changes should take into account both of these.

Also Handles: TAR_ENTRY_ERROR, TAR_ENTRY_UNSUPPORTED and TAR_ABORT

Signed-off-by: Aryan Rajoria <aryanrajoria1003@gmail.com>
Signed-off-by: Aryan Rajoria <aryanrajoria1003@gmail.com>
Signed-off-by: Aryan Rajoria <aryanrajoria1003@gmail.com>
docker.js Show resolved Hide resolved
@prabhu
Copy link
Contributor

prabhu commented May 18, 2024

  • Need some more older images in dockertests

aryan-rajoria and others added 3 commits May 19, 2024 18:52
Signed-off-by: Aryan Rajoria <aryanrajoria1003@gmail.com>
Signed-off-by: Aryan Rajoria <aryanrajoria1003@gmail.com>
@aryan-rajoria aryan-rajoria marked this pull request as ready for review May 19, 2024 22:58
docker.test.js Outdated
@@ -111,6 +111,20 @@ test("parseImageName tests", () => {
group: "shiftleft",
name: "scan-java",
});
expect(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry I meant docker tests workflow to generate sbom for containers

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes added

Signed-off-by: Aryan Rajoria <aryanrajoria1003@gmail.com>
Signed-off-by: Aryan Rajoria <aryanrajoria1003@gmail.com>
Signed-off-by: Aryan Rajoria <aryanrajoria1003@gmail.com>
Copy link
Contributor

@prabhu prabhu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you so much!

@prabhu prabhu merged commit 14b2565 into CycloneDX:master May 20, 2024
18 of 19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants