ci: Replace local RL scanner with reusable action#68
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #68 +/- ##
==========================================
- Coverage 92.53% 92.32% -0.21%
==========================================
Files 29 29
Lines 1433 1433
Branches 164 164
==========================================
- Hits 1326 1323 -3
- Misses 76 78 +2
- Partials 31 32 +1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
kishore7snehil
requested changes
Jun 8, 2026
| @@ -17,12 +17,16 @@ on: | |||
| required: true | |||
There was a problem hiding this comment.
There is one caller here, rl-secure.yml could be inlined into release.yml and removed.
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.
✏️ Changes
Migrates the ReversingLabs (RL) malware scan from this repo's local composite action to the shared, maintained reusable action in
auth0/devsecops-tooling, so all Auth0 SDKs use one common scanner..github/workflows/rl-secure.yml: The "Run RL Scanner" step now usesauth0/devsecops-tooling/.github/actions/rl-scan@maininstead of the local./.github/actions/rl-scanner. Two new required secrets were added to theworkflow_calldefinition:SIGNAL_HANDLER_DOMAINandPRODSEC_PYTHON_TOOLS_REPO..github/workflows/release.yml: Wired the two new secrets (SIGNAL_HANDLER_DOMAIN,PRODSEC_PYTHON_TOOLS_REPO) into all threerl-scanner-*job calls..github/actions/rl-scanner/action.yml: Deleted - the shared reusable action fully replaces it, and there are no remaining references in the repo.🔗 References
🎯 Testing
This change adds unit test coverage. N/A (CI workflow change)
This change adds integration test coverage. N/A (CI workflow change)
This change has been tested on the latest version of the platform/language or why not. N/A (CI workflow change)
✅ Checklist
I have read the Auth0 general contribution guidelines
I have read the Auth0 Code of Conduct
All existing and new tests complete without errors
All commits are signed.