ci: add conan security scan and license check#58
Conversation
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
There was a problem hiding this comment.
Pull request overview
Adds a new GitHub Actions workflow intended to scan Conan dependencies for known vulnerabilities (via OSV), publish results as SARIF to GitHub Security, and post a report back to pull requests.
Changes:
- Introduces
.github/workflows/conan-security-scan.ymlto generate a Conan dependency graph and query OSV for CVEs. - Generates and uploads a Markdown report + SARIF results as workflow artifacts and to GitHub code scanning.
- Attempts to comment scan results on PRs.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #58 +/- ##
==========================================
+ Coverage 81.55% 83.50% +1.94%
==========================================
Files 192 192
Lines 9359 9882 +523
Branches 4022 4181 +159
==========================================
+ Hits 7633 8252 +619
+ Misses 1726 1630 -96
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 3 changed files in this pull request and generated 7 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
🔐 Conan Static Dependencies Security ScanConan Dependencies Security ReportGenerated: 2026-02-13 14:11:31 UTC Summary
Dependencies Scanned
✅ No vulnerabilities detectedNote: This scan checks Conan dependencies that are statically linked into the binary. ℹ️ Important: This scan checks statically linked Conan dependencies. |
📜 License Compliance CheckLicense Compliance ReportOverviewThis report contains all detected licenses in the taosgen project dependencies. Allowed Licenses
Prohibited Licenses
✅ No suspicious or unknown licenses detected. For detailed reports, check the artifacts. |
Description
Add conan security scan and license check
Checklist
Please check the items in the checklist if applicable.