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

Mass deploy #21

Merged
merged 3 commits into from
Sep 28, 2022
Merged

Mass deploy #21

merged 3 commits into from
Sep 28, 2022

Conversation

jboursier-mwb
Copy link
Collaborator

Support large scale deployment using a list of repositories, and exporting the results in a csv file.

@jboursier-mwb jboursier-mwb self-assigned this Sep 27, 2022
template_codeql = f.read()

print(
f"Enabling Actions ({actions}), Secret Scanner ({secretscanner}), Push Protection ({pushprotection}), Dependabot ({dependabot}), CodeQL ({codeql}) to {len(repos_list)} repositories.",

Check failure

Code scanning / CodeQL

Clear-text logging of sensitive information

[Sensitive data (secret)](1) is logged here.
src/cli.py Fixed Show fixed Hide fixed
src/cli.py Fixed Show fixed Hide fixed
src/cli.py Fixed Show fixed Hide fixed
src/cli.py Fixed Show fixed Hide fixed
src/cli.py Fixed Show fixed Hide fixed
src/cli.py Fixed Show fixed Hide fixed
token=token,
)
print(
f"Done: {actions_res},{secretscanner_res}, {pushprotection_res}, {dependabot_res}, {codeql_res}, {issue_secretscanner_res}, {issue_pushprotection_res}, {issue_dependabot_res}, {issue_codeql_res}"

Check failure

Code scanning / CodeQL

Clear-text logging of sensitive information

[Sensitive data (secret)](1) is logged here. [Sensitive data (secret)](2) is logged here. [Sensitive data (secret)](3) is logged here.
@jboursier-mwb jboursier-mwb merged commit ba90f46 into main Sep 28, 2022
@jboursier-mwb jboursier-mwb deleted the mass_deploy branch November 1, 2022 13:39
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.

1 participant