| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
StepSecurity is a robust security platform specifically designed to enhance the security of GitHub Actions. It safeguards the following layers:
GitHub Actions execute untrusted code in a privileged environment. StepSecurity's App is essential for those concerned about:
Harden-Runner, a flagship solution from StepSecurity, safeguards over 15,000 open-source projects and enterprises, including industry giants like Microsoft, Google, and Kubernetes.
| Permission | Access | Feature |
|---|---|---|
| Metadata | Read | Default permission for all GitHub Apps; mandatory and cannot be opted out of. |
| Actions | Read | Harden Runner insights (listing workflows across repositories). |
| Pull requests | Read | Getting pull request information to create checks, as part of the GitHub Checks feature. |
| Secrets | Read | Listing GitHub Actions repository secrets. Returns secret metadata only (name, created/updated dates, and when the secret was last rotated); not secret values. |
| Organization secrets | Read | Listing GitHub Actions organization secrets. Metadata only (name, created/updated dates, and when the secret was last rotated); not secret values. |
| Checks | Read & Write | GitHub Checks feature: cool-down period and GitHub Actions checks. |
The secrets: read and organization_secrets: read permissions provide access only to metadata about secrets. StepSecurity does not access the actual secret values. These permissions enable the App to:
Additionally, as outlined in the official GitHub API documentation, these permissions return only:
StepSecurity is built with a security-first mindset, ensuring that it never accesses customer code or secret values. By focusing on metadata insights, it strengthens security without compromising user privacy.
Need help? Our support team is here to assist you with any questions or security concerns.
๐ง Email: support@stepsecurity.io
Developer
StepSecurity Actions Security is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.
Report abuse| Back | FazBrowse Home | New Git URL |