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

feat(codeql): Adds codeql action #4034

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

BLANKatGITHUB
Copy link
Contributor

Adds codeql action to build the project from scratch and perform code anaylsis for security vulnerabilities.

Fixes #4033

@romange
Copy link
Collaborator

romange commented Nov 20, 2024

Hello @BLANKatGITHUB ! Are you planning to work on this PR?

@BLANKatGITHUB
Copy link
Contributor Author

I think the workflow is failing because the default codeql is on this repo for advanced codeql using workflow it should have been disabled.

@BLANKatGITHUB
Copy link
Contributor Author

You can accept this pr by disabling the default codeql or close this pr and keep using the default codeql, it depends on you.

@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.

@BLANKatGITHUB
Copy link
Contributor Author

hmm, it passed

autoconf-archive libtool cmake g++ libzstd-dev bison libxml2-dev

# Clone the Dragonfly repository
git clone --recursive https://github.com/dragonflydb/dragonfly && cd dragonfly
Copy link
Collaborator

Choose a reason for hiding this comment

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

why do you need to clone the directory? does not it defeat the purpose of checking a PR?

seems that steps
https://github.com/dragonflydb/dragonfly/pull/4034/files#diff-12783128521e452af0cfac94b99b8d250413c516ec71fe6d97dbea666ff7ba27R32-R33

should suffice

@romange
Copy link
Collaborator

romange commented Nov 20, 2024

@BLANKatGITHUB thanks. Gave a comment.
We should checkout with:

        with:
          submodules: true

see ci.yml for example. And then use the checked out repo to build the finary.

@BLANKatGITHUB
Copy link
Contributor Author

It looks good now.

@BLANKatGITHUB
Copy link
Contributor Author

I think the code is fine now

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.

Add Codeql action
2 participants