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

workflows: enable CodeQL checks #2158

Merged
merged 1 commit into from
Nov 19, 2024
Merged

Conversation

mythi
Copy link
Contributor

@mythi mythi commented Nov 19, 2024

Ref: confidential-containers/confidential-containers#46

The workflow was tested in my local branch and no errors reported

Fixes: #2024

@mythi mythi requested a review from a team as a code owner November 19, 2024 08:35
CodeQL is a tool to do static analysis for Go code. Since it's
easily available to Github workflows, start using it as part of
lint checks.

Signed-off-by: Mikko Ylinen <[email protected]>
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

Copy link
Member

@stevenhorsman stevenhorsman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM and seems to be passing. Thanks @mythi!

@mkulke mkulke merged commit aab0d9d into confidential-containers:main Nov 19, 2024
24 checks passed
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.

enable CodeQL for Go code
3 participants