Skip to content

feat: add SAST scanning workflow with Semgrep and OSV-Scanner#5073

Open
GeoDerp wants to merge 1 commit intoAider-AI:mainfrom
GeoDerp:main
Open

feat: add SAST scanning workflow with Semgrep and OSV-Scanner#5073
GeoDerp wants to merge 1 commit intoAider-AI:mainfrom
GeoDerp:main

Conversation

@GeoDerp
Copy link
Copy Markdown

@GeoDerp GeoDerp commented Apr 26, 2026

Added workflow that sets up regular static application security testing (SAST) and dependency vulnerability scanning, with results uploaded in SARIF format for integration with GitHub's security dashboard.

Security automation additions:

  • Added a .github/workflows/sast-scan.yml workflow that runs on pushes and pull requests to main, as well as on a weekly schedule.
  • Integrated Semgrep for static code analysis using multiple security rulesets, with results uploaded as SARIF reports.
  • Integrated OSV-Scanner for dependency vulnerability scanning, filtering for high-severity issues, and uploading results in SARIF format.

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Apr 26, 2026

CLA assistant check
All committers have signed the CLA.

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