-
Notifications
You must be signed in to change notification settings - Fork 127
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
Downloading some open source licenses gives 403 status code in CI jobs #470
Comments
not sure. It looks those urls have some relocation. |
I have checked and we are not behind any proxies. What happens in the CI is that whenever the plugin is trying to access any of these links: the server responds with a bot challenge, which obviously gonna return 403. I have tried with a docker image instead of maven and it's the same. I used curl to hit one of the above links |
Looks like these licenses have moved, and are not being redirected. The new location appears to be below a |
hey guys, I have been trying to use this plugin having the following configuration:
In my CI configuration I am using a
maven:3.8.3-openjdk-17
image and it seems like just some open source licenses fail to download with a 403 status code[DEBUG] About to download 'https://opensource.org/licenses/Apache-2.0' [WARNING] 'https://opensource.org/licenses/Apache-2.0' returned 403 Forbidden
[WARNING] 'http://www.opensource.org/licenses/mit-license.php' returned 403 Forbidden
Are you aware of any issues in this regard ? Thank you
The text was updated successfully, but these errors were encountered: