chore(ci): add scheduled trivy scan with Linear ticket creation#810
Merged
Aryamanz29 merged 2 commits intomainfrom Feb 17, 2026
Merged
chore(ci): add scheduled trivy scan with Linear ticket creation#810Aryamanz29 merged 2 commits intomainfrom
Aryamanz29 merged 2 commits intomainfrom
Conversation
Weekly security scan (Monday 09:00 UTC) that scans the PyAtlan Docker image and uv.lock for HIGH/CRITICAL vulnerabilities and automatically creates a Linear ticket if issues are found. Uses the org's reusable workflow from atlanhq/.github. Requires: - LINEAR_API_KEY secret - LINEAR_TEAM_ID variable (team UUID from Linear) - CHAINGUARD_USERNAME/PASSWORD secrets (for registry auth)
Replace the reusable workflow reference to atlanhq/.github with a self-contained scheduled trivy scan workflow. Includes image + dependency scanning, properly formatted markdown tables for Linear tickets, and workflow step summary output.
Aryamanz29
approved these changes
Feb 17, 2026
Member
Aryamanz29
left a comment
There was a problem hiding this comment.
LGTM - thanks! @fyzanshaik-atlan 🚀
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 a scheduled security scan for the PyAtlan Docker image and
uv.lockdependencies, with automatic Linear ticket creation when vulnerabilities are found.What it does
workflow_dispatch)uv.lockfor known vulnerable packagesApproach
Self-contained inline workflow (matches the approach used in
atlanhq/application-sdk). No dependency on external reusable workflows — everything runs within this repo's workflow file.Linear ticket format
When vulnerabilities are found, the ticket includes:
Setup required
LINEAR_API_KEY— repository or org secretLINEAR_TEAM_ID— repository secretCHAINGUARD_USERNAME/CHAINGUARD_PASSWORD— already configured for this repo