Skip to content

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.

4 participants