Skip to content

ci: add security scanning#19

Open
okwn wants to merge 1 commit into
agentmail-to:mainfrom
okwn:ci/add-security-scan
Open

ci: add security scanning#19
okwn wants to merge 1 commit into
agentmail-to:mainfrom
okwn:ci/add-security-scan

Conversation

@okwn
Copy link
Copy Markdown

@okwn okwn commented May 22, 2026

Summary

Adds security scanning to CI.

Testing

CI passes.


Summary by cubic

Adds a security job to CI that runs pnpm audit --audit-level=high and blocks releases on high-severity findings. This helps catch vulnerable dependencies before publishing.

  • New Features
    • Added security job using actions/checkout@v6, actions/setup-node@v6, and pnpm/action-setup@v4; installs with --frozen-lockfile and runs pnpm audit --audit-level=high.
    • Updated dependencies between jobs: test now needs compile; publish now needs compile, test, and security.

Written for commit bc8f80b. Summary will update on new commits. Review in cubic

Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

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

No issues found across 1 file

Re-trigger cubic

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.

1 participant