Skip to content

TT-17509: Disable vulnerability scanning in S1 PR workflow - #1061

Open
probelabs[bot] wants to merge 1 commit into
masterfrom
TT-17509-disable-vuln-scan
Open

TT-17509: Disable vulnerability scanning in S1 PR workflow#1061
probelabs[bot] wants to merge 1 commit into
masterfrom
TT-17509-disable-vuln-scan

TT-17509: Disable vulnerability scanning in S1 PR workflow

90e4903
Select commit
Loading
Failed to load commit list.
probelabs / Visor: quality succeeded Aug 3, 2026 in 32s

✅ Check Passed (Warnings Found)

quality check passed. Found 1 warning, but fail_if condition was not met.

Details

📊 Summary

  • Total Issues: 1
  • Warning Issues: 1

🔍 Failure Condition Results

Passed Conditions

  • global_fail_if: Condition passed

Issues by Category

Security (1)

  • ⚠️ .github/workflows/s1-cns-scans.yml:15 - Vulnerability scanning has been explicitly disabled by setting vuln_enabled: false. This action reduces the project's security posture by removing automated vulnerability checks from the pull request workflow. While this change appears intentional as per the PR title and associated ticket, it introduces a risk that new vulnerabilities may be merged without detection.

Powered by Visor from Probelabs

💡 TIP: You can chat with Visor using /visor ask <your question>

Annotations

Check warning on line 15 in .github/workflows/s1-cns-scans.yml

See this annotation in the file changed.

@probelabs probelabs / Visor: quality

security Issue

Vulnerability scanning has been explicitly disabled by setting `vuln_enabled: false`. This action reduces the project's security posture by removing automated vulnerability checks from the pull request workflow. While this change appears intentional as per the PR title and associated ticket, it introduces a risk that new vulnerabilities may be merged without detection.
Raw output
Ensure that this change has been reviewed and approved by the appropriate security stakeholders. If this is a temporary measure, consider adding a comment to the workflow file referencing the ticket or reason for disabling the scan, and outlining the conditions for its re-enablement.