Skip to content

chore: add SCA scan workflow#803

Merged
utkrishtsahu merged 2 commits intomainfrom
chore/add-sca-scan-workflow
Apr 2, 2026
Merged

chore: add SCA scan workflow#803
utkrishtsahu merged 2 commits intomainfrom
chore/add-sca-scan-workflow

Conversation

@utkrishtsahu
Copy link
Copy Markdown
Contributor

  • All new/changed/fixed functionality is covered by tests (or N/A)
  • I have added documentation for all new/changed functionality (or N/A)

📋 Changes

Add Snyk SCA (Software Composition Analysis) scanning via the auth0/devsecops-tooling reusable workflow.

  • New workflow: .github/workflows/sca_scan.yml
  • Triggers: Runs on push and pull request to main branch, plus manual dispatch
  • Configuration:
    • Java version set to 17 to match the project's build environment
    • Excludes README.md from scanning
    • Scans Dart/Flutter dependencies from pubspec.yaml
    • Scans Android Gradle dependencies
    • Scans iOS/macOS CocoaPods dependencies

This enables automated security vulnerability scanning for all project dependencies as requested by the Product Security Team.

📎 References

SEC-5323

🎯 Testing

In Github Action we can test it.

Comment thread .github/workflows/sca_scan.yml Outdated
name: SCA

on:
push:
Copy link
Copy Markdown
Contributor

@pmathew92 pmathew92 Apr 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't need the push trigger, as we can't directly push to main

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@utkrishtsahu utkrishtsahu merged commit 18acf0c into main Apr 2, 2026
13 checks passed
@utkrishtsahu utkrishtsahu deleted the chore/add-sca-scan-workflow branch April 2, 2026 05:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants