-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
The Action uses Octokit to download microsoft/component-detection
but does not specify that it should be from github.com
. This means use on GitHub Enterprise Server leads to trying to resolve that org/repo on the local server, which fails with a 404.
You can work around this by manually downloading the appropriate release binary in the Actions workflow before running this Action, e.g. with wget
.
It then attempts to submit using the Dependency Submission Toolkit. I haven't worked out precisely why, but this fails with a Cannot read properties of null (reading 'toString')
error in the toolkit.
felickz
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working