gh-upload-sbom
gh-upload-sbom copied to clipboard
Publishes BOMs to Dependency-Track from GitHub Actions
Please update the documentation and examples, as they use capitilized inputs (apiKey) while all keys expected to be lowercase (apikey).
I'm having the issue that after the upload finished, the action gets stuck and doesn't stop. It will run forever until it gets canceled by an action wide timeout. My...
Hi team, Even after whitelisting the GITHUB IPs ($curl https://api.github.com/meta | jq '.actions') inside the security group of the owasp tracker application that we host (on EC2 instance), we face...
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...
I have configured this action to upload a sbom to a Dependency-Track instance ``` - uses: DependencyTrack/gh-upload-sbom@master with: serverhostname: 'x.y.z.w' port: 8081 protocol: http apikey: ${{ secrets.DEPENDENCYTRACK_APIKEY }} projectname: 'my...
I am facing this issue and dont know how to resolve it, i have tried almost everything but after 4 min 45 seconds, it just gives me this error: Response...
When upload bom get a 415 error. It may due to the limit of put ``` The maximum allowed length of the bom value is 20'000'000 characters. When uploading large...
If you try and upload with a parent UUID set in the `parent` field you get 400 API response. From the docs it looks like field name should be `parentUUID`...
We updated to 3.1.0 and now we have the following error: ::error::fetch is not defined