Skip to content

Update Mend SCA and SAST scan sources#432

Merged
coliff merged 2 commits intomainfrom
mend-scan-gh-action
Mar 2, 2026
Merged

Update Mend SCA and SAST scan sources#432
coliff merged 2 commits intomainfrom
mend-scan-gh-action

Conversation

@coliff
Copy link
Member

@coliff coliff commented Mar 2, 2026

This pull request introduces a new GitHub Actions workflow to automate security scanning using Mend CLI. The workflow is designed to run both Software Composition Analysis (SCA) and Static Application Security Testing (SAST) scans on a scheduled basis and via manual dispatch.

Security automation:

  • Added a new workflow file .github/workflows/mend-scan.yml to automate Mend CLI scans for SCA and SAST, running monthly and on-demand.
  • Configured environment variables for Mend authentication, and set up steps to download and execute Mend CLI scans.

Copilot AI review requested due to automatic review settings March 2, 2026 12:15
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds a dedicated GitHub Actions workflow to run Mend CLI security scans (SCA + SAST) on a monthly schedule and via manual dispatch, aligning with the repo’s existing CI/security automation approach.

Changes:

  • Introduces .github/workflows/mend-scan.yml to run Mend SCA (mend dep) and SAST (mend code) scans.
  • Configures scheduled execution (monthly) and manual triggering, with Mend auth provided via repository secrets.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@coliff coliff merged commit d110798 into main Mar 2, 2026
7 of 9 checks passed
@coliff coliff deleted the mend-scan-gh-action branch March 2, 2026 12:26
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.

2 participants