You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does this tool support updating existing CodeQL Analysis files codeql-analysis.yml after using this tool? If not, is it possible to add this support?
Scenario:
Use this tool to run against all repos in an organization to enable CodeQL Analysis.
Revisit the tool some months later.
Can I use this tool again but to update certain fields in each of the codeql-analysis-{language}.yml files? E.g. I would like to enable this to run on self-hosted runners by updating the runs-on field.
I ran npm run start and the codeql-analysis.yml file stayed the same for a repo that was detected in the repos.json.
Output:
ghas:inform Enabled GHAS for<REPO>. Status: 200 +700ms
ghas:inform Has submittable/<REPO> had a CodeQL scan uploaded?true +281ms
The text was updated successfully, but these errors were encountered:
Does this tool support updating existing CodeQL Analysis files
codeql-analysis.yml
after using this tool? If not, is it possible to add this support?Scenario:
codeql-analysis-{language}.yml
files? E.g. I would like to enable this to run on self-hosted runners by updating theruns-on
field.I ran
npm run start
and thecodeql-analysis.yml
file stayed the same for a repo that was detected in therepos.json
.Output:
The text was updated successfully, but these errors were encountered: