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(codeqlExecuteScan): url checks for settings file #4706

Merged
merged 3 commits into from
Dec 4, 2023

Conversation

sumeetpatil
Copy link
Contributor

@sumeetpatil sumeetpatil commented Dec 4, 2023

Changes

The projectSettingsFile, globalSettingsFile params for codeqlExecuteScan do not consider http(s) URLs. It just considers file-based URLs. The check was not added and the step is failing for the users using http(s).
This is a quick fix to skip http(s) URLs. The permanent fix will support http(s) and file-based URLs too which will be done in subsequent PRs.

  • Tests
  • Documentation

@sumeetpatil sumeetpatil requested a review from a team as a code owner December 4, 2023 08:10
Copy link

sonarqubecloud bot commented Dec 4, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@sumeetpatil
Copy link
Contributor Author

/it

@sumeetpatil sumeetpatil merged commit e6a7432 into master Dec 4, 2023
11 checks passed
@sumeetpatil sumeetpatil deleted the fix-codeql-mvn branch December 4, 2023 10:02
maxatsap pushed a commit to maxatsap/jenkins-library that referenced this pull request Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants