Skip to content

Add CodeQL Code Scanning for Golang#5

Merged
screwyprof merged 1 commit intomainfrom
feat/codeql
Mar 26, 2023
Merged

Add CodeQL Code Scanning for Golang#5
screwyprof merged 1 commit intomainfrom
feat/codeql

Conversation

@screwyprof
Copy link
Copy Markdown
Owner

This pull request adds CodeQL code scanning.

The proposed changes include:

  • Adding a new GitHub Actions workflow file .github/workflows/codeql-analysis.yml that is triggered on push to the main branch, on pull requests to the main branch, and on a weekly schedule (every Monday at 19:36 UTC).
  • Configuring the CodeQL analysis to target Golang

With these changes, CodeQL will automatically scan our codebase for potential security vulnerabilities and report any issues found. This will help us maintain a high level of code quality and security in our project.

@screwyprof screwyprof merged commit bea9404 into main Mar 26, 2023
@screwyprof screwyprof deleted the feat/codeql branch March 26, 2023 22:42
@github-advanced-security
Copy link
Copy Markdown

You have successfully added a new CodeQL configuration /language:go. As part of the setup process, we have scanned this repository and found no existing alerts. In the future, you will see all code scanning alerts on the repository Security tab.

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.

2 participants