-
-
Notifications
You must be signed in to change notification settings - Fork 2
Add support for python script for ci providers #23
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: NucleonGodX <[email protected]>
action.yml
Outdated
output-formats: | ||
description: "Output formats" | ||
default: "json xlsx spdx cyclonedx" | ||
default: "json xlsx spdx cyclonedx" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Leftover?
action.yml
Outdated
- name: Download ScanCode Pipeline Script | ||
shell: bash | ||
run: | | ||
echo "SECRET_KEY=$(openssl rand -base64 32)" >> $GITHUB_ENV | ||
echo "SCANCODEIO_DB_NAME=scancodeio" >> $GITHUB_ENV | ||
echo "SCANCODEIO_DB_USER=scancodeio" >> $GITHUB_ENV | ||
echo "SCANCODEIO_DB_PASSWORD=scancodeio" >> $GITHUB_ENV | ||
curl -o scancode_pipeline.py https://raw.githubusercontent.com/NucleonGodX/scancode-action/improve-structure/scripts/scancode_pipeline.py | ||
chmod +x scancode_pipeline.py |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the local script of the repo scripts/scancode_pipeline.py
already available?
We do not want o have to download anything external in any cases.
@@ -0,0 +1,354 @@ | |||
""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add the usual AboutCode notice.
Signed-off-by: NucleonGodX <[email protected]>
Signed-off-by: NucleonGodX <[email protected]>
Signed-off-by: NucleonGodX <[email protected]>
hey @tdruez can you please review this pr when you have time. |
fixes #22