falcosecurity / plugins

Falco plugins registry
Apache License 2.0
82 stars 75 forks source link

update(dummy_c): create a custom CI workflow for `dummy_c` #382

Closed Andreagit97 closed 9 months ago

Andreagit97 commented 9 months ago

What type of PR is this?

/kind cleanup

/kind design

Any specific area of the project related to this PR?

/area plugins

What this PR does / why we need it:

This change is because we cannot use codeQL autobulid mode for complex cpp plugins (see https://github.com/falcosecurity/plugins/pull/378). So the idea is to create a custom workflow for each cpp plugin (in this case dummy_c) with a build job (that runs codeQL) and a formatting job. In the same way, the k8smeta plugin will have a dedicated workflow with a build-and-test job (that runs codeQL) and a formatting job.

Which issue(s) this PR fixes:

Special notes for your reviewer:

github-advanced-security[bot] commented 9 months ago

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.

github-actions[bot] commented 9 months ago

Rules files suggestions

poiana commented 9 months ago

LGTM label has been added.

Git tree hash: 477cfbecbf070d252dffd185877478e75d8084b9

poiana commented 9 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Andreagit97, leogr

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/falcosecurity/plugins/blob/master/OWNERS)~~ [leogr] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment