-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
create action for tool #472
Conversation
Signed-off-by: Marlon Tojal <marlont@backbase.com>
thanks for the contribution, @fnxpt, but I will put this PR on "DRAFT" until this is clarified. |
Sorry about that, the idea is to allow the usage of the tool directly on a github action. |
Firstly: let's discuss via #473 the reasons behind it, to help understand responsibilities and capabilities of such a GH-Action. |
Issues I have with the current state of the pullrequest, that need to be discussed: Your solution would always install some version of How should action versioning work? The version of an GH action is a tag. |
Ok, so the @ghaction is a branch but it was just to give context, when used, users should use either a branch or a tag, and maybe we should add an additional parameter to get a specific version of the tool |
Signed-off-by: Marlon Tojal <marlont@backbase.com>
Signed-off-by: Marlon Tojal <marlont@backbase.com>
updated the PR with an input for the version and also some instructions on the README |
Closing this since we can use npx to run it directly |
Allow cyclonedx-node-npm to be executed using github actions