Skip to content

Security scanning#14

Merged
raphael-theriault-swi merged 6 commits into
mainfrom
NH-141389
Jun 22, 2026
Merged

Security scanning#14
raphael-theriault-swi merged 6 commits into
mainfrom
NH-141389

Conversation

@raphael-theriault-swi

@raphael-theriault-swi raphael-theriault-swi commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

Using both CodeQL on every commit + weekly and RL on release. RL can also be run without publishing if needed.

Copilot AI review requested due to automatic review settings June 22, 2026 15:53
@raphael-theriault-swi raphael-theriault-swi requested review from a team as code owners June 22, 2026 15:53
@github-advanced-security

Copy link
Copy Markdown
Contributor

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Adds automated security scanning in GitHub Actions by introducing a CodeQL workflow for continuous analysis and extending the release workflow with an optional ReversingLabs (RL) scan and publish/scan toggles.

Changes:

  • Added a new CodeQL workflow to run on pushes to main, pull requests, and a weekly schedule.
  • Updated the Release workflow to accept publish and scan inputs and conditionally run publish-related jobs.
  • Added an RL scanning job that packages build artifacts and submits them to the RL cloud scanner.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 6 comments.

File Description
.github/workflows/release.yaml Adds workflow_dispatch inputs to gate publishing, and introduces an RL scan job in the release pipeline.
.github/workflows/codeql.yaml New workflow enabling CodeQL analysis for Rust and GitHub Actions on push/PR + weekly schedule.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/release.yaml
Comment thread .github/workflows/release.yaml Outdated
Comment thread .github/workflows/release.yaml
Comment thread .github/workflows/release.yaml
Comment thread .github/workflows/release.yaml
Comment thread .github/workflows/release.yaml Outdated

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

Comment thread .github/workflows/codeql.yaml Outdated

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

Comment thread .github/workflows/release.yaml
Comment thread .github/workflows/release.yaml Outdated
Comment thread .github/workflows/codeql.yaml
raphael-theriault-swi and others added 2 commits June 22, 2026 12:19
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@raphael-theriault-swi raphael-theriault-swi merged commit 919f8d3 into main Jun 22, 2026
9 checks passed
@raphael-theriault-swi raphael-theriault-swi deleted the NH-141389 branch June 22, 2026 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

4 participants