-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[TT-15942]: Integrate Sentinel One CNS scanner workflow #7529
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🔍 Code Analysis ResultsThis PR introduces a new GitHub Actions workflow to integrate the SentinelOne CNS (Cloud Native Security) scanner. The workflow is designed to automatically scan the codebase for vulnerabilities, secrets, and misconfigurations on every pull request targeting the Files Changed Analysis
Architecture & Impact Assessment
Scope Discovery & Context Expansion
Metadata
Powered by Visor from Probelabs Last updated: 2025-11-19T13:04:21.522Z | Triggered by: synchronize | Commit: 00e9b84 💡 TIP: You can chat with Visor using |
🔍 Code Analysis ResultsSecurity Issues (1)
Architecture Issues (1)
✅ Performance Check PassedNo performance issues found – changes LGTM. Quality Issues (1)
✅ Dependency Check PassedNo dependency issues found – changes LGTM. ✅ Connectivity Check PassedNo connectivity issues found – changes LGTM. Powered by Visor from Probelabs Last updated: 2025-11-19T13:04:22.913Z | Triggered by: synchronize | Commit: 00e9b84 💡 TIP: You can chat with Visor using |
e9ea4e7 to
0682836
Compare
49733cb to
4e0556f
Compare
|
API Changes no api changes detected |
Uses the reusable workflow from github-actions. Signed-off-by: Asutosh <[email protected]>
Signed-off-by: Asutosh <[email protected]>
Signed-off-by: Asutosh <[email protected]>
Also added ready_for_review in trigger events Signed-off-by: Asutosh <[email protected]>
4e0556f to
00e9b84
Compare
🚨 Jira Linter FailedCommit: The Jira linter failed to validate your PR. Please check the error details below: 🔍 Click to view error detailsNext Steps
This comment will be automatically deleted once the linter passes. |
|

Description
This adds a github action workflow that will scan the code base for vulnerabilities, secrets, misconfigurations etc. on every pull request.
These can be manged based on centrally set up rules on the S1 console.
Related Issue
TT-15942
Motivation and Context
This is to integrate S1 with our repositories so that everything can be managed centrally in the S1 console.
How This Has Been Tested
This is not very testable, as it requires the workflow to be added and then run to actually see how it behaves.
But some scans have been done independently locally for testing.
Screenshots (if appropriate)
NA
Types of changes
Checklist