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

Setup Static Analysis workflow #53

Merged
merged 1 commit into from
Mar 16, 2021
Merged

Setup Static Analysis workflow #53

merged 1 commit into from
Mar 16, 2021

Conversation

coro
Copy link
Contributor

@coro coro commented Mar 12, 2021

This matches the Static Analysis we perform on the cluster-operator.

This runs CodeQL static analysis on every push to main, every PR, and on a regular schedule on main in case any new types of vulnerability are added to the CodeQL tool.

This matches the Static Analysis we perform on the cluster-operator
@ChunyiLyu
Copy link
Contributor

🤔 "Code scanning results / CodeQL Completed in 3s — 1 analysis not found" Is this expected?

@coro
Copy link
Contributor Author

coro commented Mar 12, 2021

🤔 "Code scanning results / CodeQL Completed in 3s — 1 analysis not found" Is this expected?

It's because it hasn't run on main yet, so there's nothing for it to compare to for this PR (it doesn't block PRs that have a fault that is also in the target branch)

Copy link
Contributor

@ChunyiLyu ChunyiLyu left a comment

Choose a reason for hiding this comment

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

Great ;)

@coro coro merged commit dcff8de into main Mar 16, 2021
@coro coro deleted the codeql-static-analysis branch March 16, 2021 09: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.

None yet

3 participants