chore(ci): add security scans and PR build check#204
Open
fyzanshaik-atlan wants to merge 1 commit intomainfrom
Open
chore(ci): add security scans and PR build check#204fyzanshaik-atlan wants to merge 1 commit intomainfrom
fyzanshaik-atlan wants to merge 1 commit intomainfrom
Conversation
9949604 to
d0ddcdd
Compare
d0ddcdd to
b2a4a34
Compare
b2a4a34 to
576215b
Compare
576215b to
046c317
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds CI workflows for security scanning, build validation, and scheduled vulnerability monitoring for the MCP server.
Changes
Trivy Security Scanning (
.github/workflows/mcp-trivy.yml)atlanhq/.github/reusable-trivy-scan.yml)uv.lockdependencies for HIGH/CRITICAL vulnerabilitiesSnyk Status Verification (
.github/workflows/verify-snyk-status.yml)PR Build Check (
.github/workflows/mcp-build.yml)Scheduled Security Scan + Linear Ticket (
.github/workflows/mcp-scheduled-scan.yml)atlanhq/.github/reusable-trivy-scan-scheduled.yml)uv.lockfor HIGH/CRITICAL vulnerabilitiesLINEAR_API_KEYsecret andLINEAR_TEAM_IDvariable to be configuredNotes
modelcontextprotocol/**Setup required for scheduled scan
LINEAR_API_KEYas a repository or org secretLINEAR_TEAM_IDas a repository variable (get UUID from Linear: Cmd+K → "Copy model UUID")