Skip to content
This repository was archived by the owner on Mar 5, 2026. It is now read-only.

[StepSecurity] Apply security best practices#57

Open
step-security-bot wants to merge 1 commit intosredevopsorg:mainfrom
step-security-bot:stepsecurity_remediation_1726376926
Open

[StepSecurity] Apply security best practices#57
step-security-bot wants to merge 1 commit intosredevopsorg:mainfrom
step-security-bot:stepsecurity_remediation_1726376926

Conversation

@step-security-bot
Copy link

Summary

This pull request is created by StepSecurity at the request of @ngeorger. Please merge the Pull Request to incorporate the requested changes. Please tag @ngeorger on your message if you have any questions related to the PR.

Security Fixes

Pinned Dependencies

GitHub Action tags and Docker tags are mutable. This poses a security risk. GitHub's Security Hardening guide recommends pinning actions to full length commit.

Harden Runner

Harden-Runner is an open-source security agent for the GitHub-hosted runner to prevent software supply chain attacks. It prevents exfiltration of credentials, detects tampering of source code during build, and enables running jobs without sudo access.

Harden runner usage

You can find link to view insights and policy recommendation in the build log

Please refer to documentation to find more details.

Keeping your actions up to date with Dependabot

With Dependabot version updates, when Dependabot identifies an outdated dependency, it raises a pull request to update the manifest to the latest version of the dependency. This is recommended by GitHub as well as The Open Source Security Foundation (OpenSSF).

Maintain Code Quality with Pre-Commit

Pre-commit is a framework for managing and maintaining multi-language pre-commit hooks. Hooks can be any scripts, code, or binaries that run at any stage of the git workflow. Pre-commit hooks are useful for enforcing code quality, code formatting, and detecting security vulnerabilities.

Recommended GitHub Actions Workflows

These workflows are part of the organization's recommended set and were previously missing from this repository.

Feedback

For bug reports, feature requests, and general feedback; please email support@stepsecurity.io. To create such PRs, please visit https://app.stepsecurity.io/securerepo.

Signed-off-by: StepSecurity Bot bot@stepsecurity.io

Signed-off-by: StepSecurity Bot <bot@stepsecurity.io>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant