-
-
Notifications
You must be signed in to change notification settings - Fork 33
Ability to POST files instead of PUT requests #7
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersp2Non-critical bugs, and features that help organizations to identify and reduce riskNon-critical bugs, and features that help organizations to identify and reduce risksize/SSmall effortSmall effort
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersp2Non-critical bugs, and features that help organizations to identify and reduce riskNon-critical bugs, and features that help organizations to identify and reduce risksize/SSmall effortSmall effort
Type
Fields
Give feedbackNo fields configured for issues without a type.
Any chance of getting an option on the action to allow for a direct
POSTof the file rather than usingPUTwith a base64 encoded string?In testing, we found the
PUTrequest 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.