Demo repository for testing Socket's GitHub Actions ecosystem scanning.
Socket's GitHub App scans workflow files (.github/workflows/*.yml) and analyzes the GitHub Actions used via uses: directives. Socket flags actions that have behaviors like shell access, filesystem operations, network access, and more.
- Fork this repo to your org
- Ensure Socket's GitHub App is installed on your org
- Create a PR or push to main
- Check your Socket dashboard for GitHub Actions alerts
This workflow uses cypress-io/github-action@v6 which Socket flags for:
- Shell command execution
- Filesystem access
- Network operations
These are legitimate behaviors for a test runner, but Socket surfaces them so you can review what actions do in your CI/CD pipeline.