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

Codeql SAST #9

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

naveensrinivasan
Copy link
Contributor

@qustavo
Copy link
Collaborator

qustavo commented Mar 9, 2022

sorry I'm not familiar with that, what is it?

@naveensrinivasan
Copy link
Contributor Author

Codeql https://codeql.github.com is a static analysis tool by GitHub to identify Vulnerabilities in the code. I am a maintainer of a few supply chain security projects.

Here is a list of issues Codeql found in kaniko https://github.com/GoogleContainerTools/kaniko/pull/1905/checks?check_run_id=5010209790 as an example.

This will help prevent Vulnerabilities.

branches: [ master ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need branches here if this is meant to be run on every pull_request?

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.

None yet

2 participants