804 B
804 B
id, category, revision-version, revision-date, estimate-time, frameworks
| id | category | revision-version | revision-date | estimate-time | frameworks | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| COD-002 | codebase | 1 | 2024-01-07 | 15m |
|
Purpose
It ensures that potential security flaws are detected early. This proactive approach strengthens your security posture and helps maintain high code quality.
Implementation
Github
- Go to the "Security" tab of your repository.
- Click on "Set up code scanning".
- Select "Set up this workflow" under "CodeQL Analysis".
- Review the YAML file and commit it to your repository.
Code scanning will now run every time code is pushed to the repository, and results will appear in the Security tab.
Evidence
- Screenshot of code scanning results from Security tab
- Sample of resolved security alerts