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

Create GH Actions workflow for CodeQL SAST #544

Merged
merged 1 commit into from
Jan 5, 2021
Merged

Create GH Actions workflow for CodeQL SAST #544

merged 1 commit into from
Jan 5, 2021

Conversation

coro
Copy link
Contributor

@coro coro commented Jan 5, 2021

This integrates GitHub's native SAST, CodeQL, into the PR workflow, as well as a periodic scan of the main repo. This allows continuous static analysis of our Go code.

Once this is merged, CodeQL will build up a base profile of the repo, which will be visible in the Security tab in the GitHub repo. Any vulnerabilities will be visible there.

Any PRs that are subsequently merged will also be scanned and compared to this baseline, and any new vulnerabilities added will be flagged in the PR, and the Security tab of the repo.

@MirahImage
Copy link
Member

Yay for not having to maintain our own tooling for this

@coro coro merged commit cffa917 into main Jan 5, 2021
@coro coro deleted the codeql-sast branch January 5, 2021 15:32
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.

3 participants