Skip to content

Ability to POST files instead of PUT requests #7

@patheard

Description

@patheard

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestgood first issueGood for newcomersp2Non-critical bugs, and features that help organizations to identify and reduce risksize/SSmall effort

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions