Skip to content
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 maven-dependency-submission-linux #14

Merged

Conversation

luigigubello
Copy link
Contributor

The last changes in advanced-security/maven-dependency-submission-action have broken the GitHub Action, and in addition the last version of maven-dependency-submission CLI (3.0.0) doesn't seem work properly using the same commands (the flag -b returns the error Branch reference must be in path form, e.g. 'refs/heads/main' for the 'main' branch.).

This PR imports the binary file of maven-dependency-submission 2.0.1 which seems to work properly.

@luigigubello luigigubello added the bug Something isn't working label Feb 23, 2023
@werkdny
Copy link

werkdny commented Feb 23, 2023

I'm not a big fan of including a binary like this in the history. Removing the binary later on will also never shrink the repository size/cloning time because there will always be references to it.

Can we fetch the executable from somewhere else, or pull this in through a Docker container?

@luigigubello
Copy link
Contributor Author

Can we fetch the executable from somewhere else

Yes, I can and I agree with you 🏃‍♂️
I have also opened an issue: advanced-security/maven-dependency-submission-action#26

Dockerfile Outdated Show resolved Hide resolved
@luigigubello luigigubello merged commit bca1902 into main Feb 23, 2023
@luigigubello luigigubello deleted the luigigubello/import-maven-dependency-submission-bin branch February 23, 2023 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

Successfully merging this pull request may close these issues.

2 participants