Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

adds security code scanning #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

orspetol
Copy link
Contributor

This PR enables CodeQL, a semantic code analysis engine by Github, to scan for security issues on this repo.

By default it will scan on the following interval:

  • Every new commit against the default branch (in this case master)
  • Every new pull request against the default branch (in this case master)
  • Once per week on Sunday at Midnight UTC which can be seen in the newly created .github/workflows/.codeql-analysis.yml file under the -cron flag under schedule.

To learn more about the analysis tool and why we are using it please see: https://codeql.github.com/docs/codeql-overview/ for information about codeQl, and this blog post for a little more context and background. This tool has already proven useful in the repos in which it has been enabled and has found bugs which we previously had missed.

This PR enables CodeQL, a semantic code analysis engine by Github, to scan for security issues on this repo.

By default it will scan on the following interval:

- Every new commit against the default branch (in this case master)
- Every new pull request against the default branch (in this case master)
- Once per week on **Sunday at Midnight UTC** which can be seen in the newly created .github/workflows/.codeql-analysis.yml file under the -cron flag under schedule. 
	
To learn more about the analysis tool and why we are using it please see: https://codeql.github.com/docs/codeql-overview/ for information about codeQl, and [this](https://github.blog/2020-05-06-new-from-satellite-2020-github-codespaces-github-discussions-securing-code-in-private-repositories-and-more/) blog post for a little more context and background. This tool has already proven useful in the repos in which it has been enabled and has found bugs which we previously had missed.
@orspetol orspetol requested a review from tmancey January 12, 2021 00:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant