-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Go / configure-baseline: account for multiple vendor directories and the CODEQL_EXTRACTOR_GO_EXTRACT_VENDOR_DIRS
setting
#17227
Merged
smowton
merged 13 commits into
github:main
from
smowton:smowton/fix/baseline-vs-nonroot-vendor-dirs
Aug 22, 2024
Merged
Go / configure-baseline: account for multiple vendor directories and the CODEQL_EXTRACTOR_GO_EXTRACT_VENDOR_DIRS
setting
#17227
smowton
merged 13 commits into
github:main
from
smowton:smowton/fix/baseline-vs-nonroot-vendor-dirs
Aug 22, 2024
Commits on Aug 20, 2024
-
Go / configure-baseline: account for multiple vendor directories and …
…the `CODEQL_EXTRACTOR_GO_EXTRACT_VENDOR_DIRS` setting Our existing configure-baseline scripts would give the wrong result if a `vendor` directory wasn't at the root of the repository, or if the `CODEQL_EXTRACTOR_GO_EXTRACT_VENDOR_DIRS` variable was set to `true` indicating the user wants their vendored code scanned. Here I replace the shell scripts that implemented the very simplest behaviour with a small Go program.
Configuration menu - View commit details
-
Copy full SHA for 21366dd - Browse repository at this point
Copy the full SHA 21366ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 624d2b8 - Browse repository at this point
Copy the full SHA 624d2b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d34dbf - Browse repository at this point
Copy the full SHA 5d34dbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22802fd - Browse repository at this point
Copy the full SHA 22802fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1f6f9b - Browse repository at this point
Copy the full SHA f1f6f9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea3e5c8 - Browse repository at this point
Copy the full SHA ea3e5c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b9617c - Browse repository at this point
Copy the full SHA 8b9617cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15b5bcc - Browse repository at this point
Copy the full SHA 15b5bccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3acab64 - Browse repository at this point
Copy the full SHA 3acab64View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc30120 - Browse repository at this point
Copy the full SHA fc30120View commit details
Commits on Aug 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c99a846 - Browse repository at this point
Copy the full SHA c99a846View commit details -
Use platform path separators for file testing, and forward-slashes fo…
…r reporting to CodeQL
Configuration menu - View commit details
-
Copy full SHA for 2939cef - Browse repository at this point
Copy the full SHA 2939cefView commit details -
Configuration menu - View commit details
-
Copy full SHA for f13f19d - Browse repository at this point
Copy the full SHA f13f19dView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.