Skip to content

[StepSecurity] Apply security best practices#4942

Merged
vicentebolea merged 1 commit into
ornladios:masterfrom
step-security-bot:chore/GHA-162127-stepsecurity-remediation
Mar 16, 2026
Merged

[StepSecurity] Apply security best practices#4942
vicentebolea merged 1 commit into
ornladios:masterfrom
step-security-bot:chore/GHA-162127-stepsecurity-remediation

Conversation

@step-security-bot

Copy link
Copy Markdown
Contributor

Summary

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

Security Fixes

Least Privileged GitHub Actions Token Permissions

The GITHUB_TOKEN is an automatically generated secret to make authenticated calls to the GitHub API. GitHub recommends setting minimum token permissions for the GITHUB_TOKEN.

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.

Secure Dockerfiles

Pin image tags to digests in Dockerfiles. With the Docker v2 API release, it became possible to use digests in place of tags when pulling images or to use them in FROM lines in Dockerfiles.

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>
@step-security-bot step-security-bot requested a review from a team as a code owner March 16, 2026 21:27
@vicentebolea vicentebolea merged commit 4673f16 into ornladios:master Mar 16, 2026
45 checks passed
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