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

Feature - Enable Codeql Check for GitHubAction #987

Closed
naveensrinivasan opened this issue Sep 9, 2021 · 0 comments · Fixed by #988
Closed

Feature - Enable Codeql Check for GitHubAction #987

naveensrinivasan opened this issue Sep 9, 2021 · 0 comments · Fixed by #988
Labels
kind/enhancement New feature or request

Comments

@naveensrinivasan
Copy link
Member

Is your feature request related to a problem? Please describe.
The scorecard repository has GitHub Actions that can run into script injections. https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions#understanding-the-risk-of-script-injections.

To mitigate this there is CodeQL to analyze the code. https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions#using-codeql-to-analyze-your-code

Describe the solution you'd like
To enable the CodeQL check for checking for insecure GitHubAction the repository needs a one JavaScript file and CodeQL must be configured to make to analyze for Javascript.

@naveensrinivasan naveensrinivasan added the kind/enhancement New feature or request label Sep 9, 2021
naveensrinivasan added a commit that referenced this issue Sep 9, 2021
Included codeql check for GitHub actions #987
@naveensrinivasan naveensrinivasan linked a pull request Sep 9, 2021 that will close this issue
2 tasks
naveensrinivasan added a commit that referenced this issue Sep 9, 2021
Included codeql check for GitHub actions #987
naveensrinivasan added a commit that referenced this issue Sep 9, 2021
Included codeql check for GitHub actions #987
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant