Skip to content

feat(codeql): Adds codeql action #4034

Closed
aaishwarymishra wants to merge 8 commits intodragonflydb:mainfrom
aaishwarymishra:workflow1
Closed

feat(codeql): Adds codeql action #4034
aaishwarymishra wants to merge 8 commits intodragonflydb:mainfrom
aaishwarymishra:workflow1

Conversation

@aaishwarymishra
Copy link
Copy Markdown
Contributor

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

Fixes #4033

@romange
Copy link
Copy Markdown
Collaborator

romange commented Nov 20, 2024

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

@aaishwarymishra
Copy link
Copy Markdown
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.

@aaishwarymishra
Copy link
Copy Markdown
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
Copy Markdown

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.

@aaishwarymishra
Copy link
Copy Markdown
Contributor Author

hmm, it passed

Comment thread tests/codeql/build.sh Outdated
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
Copy Markdown
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
Copy Markdown
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.

Signed-off-by: Blanky <131886247+BLANKatGITHUB@users.noreply.github.com>
Signed-off-by: Blanky <131886247+BLANKatGITHUB@users.noreply.github.com>
Signed-off-by: Blanky <131886247+BLANKatGITHUB@users.noreply.github.com>
@aaishwarymishra
Copy link
Copy Markdown
Contributor Author

It looks good now.

@aaishwarymishra
Copy link
Copy Markdown
Contributor Author

I think the code is fine now

@aaishwarymishra aaishwarymishra closed this by deleting the head repository Apr 17, 2025
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

3 participants