Skip to content

feat: add CI security scanning#285

Open
Mosas2000 wants to merge 1 commit intoSuncrest-Labs:mainfrom
Mosas2000:fix/ci-security-scanning
Open

feat: add CI security scanning#285
Mosas2000 wants to merge 1 commit intoSuncrest-Labs:mainfrom
Mosas2000:fix/ci-security-scanning

Conversation

@Mosas2000
Copy link
Copy Markdown

Summary

Adds a dedicated CI security-scanning job to catch secrets, dependency vulnerabilities, and common SAST findings across the monorepo.

Changes

  • Run gitleaks with full git history.
  • Audit Rust dependencies with cargo-audit.
  • Check Go modules with govulncheck and gosec.
  • Audit JavaScript dependencies with pnpm audit.
  • Audit Python dependencies with pip-audit and run bandit.

Closes #245

@Mosas2000 Mosas2000 requested a review from 0xDeon as a code owner April 24, 2026 13:05
@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented Apr 24, 2026

@Mosas2000 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

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.

[Infrastructure] No secrets scanning, SAST, or dependency vulnerability scanning in CI pipeline

1 participant