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

Ability to POST files instead of PUT requests #7

Open
patheard opened this issue May 26, 2022 · 0 comments
Open

Ability to POST files instead of PUT requests #7

patheard opened this issue May 26, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers p2 Non-critical bugs, and features that help organizations to identify and reduce risk size/S Small effort

Comments

@patheard
Copy link

patheard commented May 26, 2022

Any chance of getting an option on the action to allow for a direct POST of the file rather than using PUT with a base64 encoded string?

In testing, we found the PUT request was taking significantly longer for large BOMs because of the file read and base64 encode step.

Here's a sample from one of our projects where you can see the workflow went from 16 minutes down to under 2 minutes when we switched away from this action to using a curl POST command.

image

@nscuro nscuro added enhancement New feature or request good first issue Good for newcomers size/S Small effort p2 Non-critical bugs, and features that help organizations to identify and reduce risk labels Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers p2 Non-critical bugs, and features that help organizations to identify and reduce risk size/S Small effort
Projects
None yet
Development

No branches or pull requests

2 participants