Comment Types
Inline Comments
Posted on specific lines of code where issues are found:- Shows vulnerability type and severity
- Links to full issue details in Vidoc
- Appears in the PR’s “Files changed” view
Summary Comment
A single comment summarizing all findings:- Lists all issues found in the PR
- Groups by severity
- Posted once per scan
Enabling PR Comments
- Connect GitHub if not already connected
- Go to Settings → Integrations → GitHub
- Enable “Post PR Comments”
- Configure comment preferences
Configuration Options
| Setting | Description | Default |
|---|---|---|
| Inline comments | Comment on specific code lines | Enabled |
| Summary comment | Post summary of all findings | Enabled |
| Minimum severity | Only comment on issues at or above this level | Low |
| Comment on re-scan | Update comments when PR is re-scanned | Enabled |
Minimum Severity
Control noise by setting a minimum severity for PR comments:- Critical only - Only comment on critical issues
- High and above - Critical + High
- Medium and above - Critical + High + Medium
- Low and above - All except Informative
- All - Include informative issues
Comment Format
Inline Comment Example
Summary Comment Example
Managing Comments
Resolve Comments
When you fix an issue:- Push the fix to the PR
- Vidoc re-scans automatically (if auto-scan enabled)
- Resolved issues are marked as such in comments
Hide Comments
To hide Vidoc comments from a PR:- On GitHub, click the ”…” menu on the comment
- Select “Hide” → “Resolved”
This doesn’t affect the issue status in Vidoc.
PR Check Status
Vidoc can also report as a GitHub Check:- Go to Settings → Integrations → GitHub
- Enable “Report as Check”
- PRs show Vidoc status in the checks section
Check Status Logic
| Result | Status |
|---|---|
| No issues | ✅ Passed |
| Issues below threshold | ✅ Passed (with annotations) |
| Issues at/above threshold | ❌ Failed |
Disabling PR Comments
- Go to Settings → Integrations → GitHub
- Disable “Post PR Comments”
Related Pages
GitHub Setup
Configure GitHub integration
Auto Scan
Configure automatic scanning
Pull Requests
View PR scan results
Issues
Manage all security issues

