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

Sasquatch app build with CodeQL analysis #1746

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

MikhailSuendukov
Copy link
Contributor

@MikhailSuendukov MikhailSuendukov commented Oct 18, 2024

Description

Because of CodeQL analysis recognizes this repository as containing C++ code, we need to build C++ files during the CodeQL scan (even if not all of them). Currently, the repository has only one C++ file—in Sasquatch app and this file is part of the functionality (testing the handling of crashes that were raised from native C++ code) of this application.

This pull request introduces a pipeline configuration that builds Sasquatch app as part of the CodeQL scan. This ensures that CodeQL successfully scan C++ code in its analysis.

Build succeeded

Related PRs or issues

AB#107387

@MikhailSuendukov MikhailSuendukov marked this pull request as ready for review October 28, 2024 13:39
@MikhailSuendukov MikhailSuendukov requested a review from a team as a code owner October 28, 2024 13:39
@coveralls
Copy link

Coverage Status

coverage: 100.0%. remained the same
when pulling ff63749 on codeql-demo-app
into 38654bc on develop.

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.

4 participants