-
Notifications
You must be signed in to change notification settings - Fork 5
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
Fix: skip fossa if there are no main deps for poetry #216
Conversation
@@ -290,8 +290,7 @@ jobs: | |||
- uses: actions/setup-python@v5 | |||
- name: remove dev dependencies | |||
run: | | |||
sudo apt install crudini | |||
pip install poetry==1.5.1 | |||
pip3 install crudini poetry==1.5.1 |
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.
Let's have a PR with the logic - let's not run fossa if there is no main dependencies.
I'll talk to Andrzej and we will get an approval for that from legal.
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.
@artemrys I reworked the PR. I didn't handle THIRDPARTY
file as we are waiting for the decision from legal team
We are waiting for the meeting with Legal to discuss what we should do in this case. Do not merge this PR. |
🛑 THIS PR IS CURRENTLY BLOCKED. DO NOT MERGE. DO NOT DELETE 🛑
Temporary workaround for: https://splunk.atlassian.net/browse/ADDON-67632
Tested here: https://github.com/splunk/splunk-add-on-for-checkpoint-log-exporter/actions/runs/7530407832/job/20496718345