devops-actions / load-used-actions

Load used actions from an entire organization
12 stars 8 forks source link

[StepSecurity] Apply security best practices #113

Closed step-security-bot closed 2 months ago

step-security-bot commented 2 months ago

Summary

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

Security Fixes

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.

The Dependency Review Workflow enforces dependency reviews on your pull requests. The action scans for vulnerable versions of dependencies introduced by package version changes in pull requests, and warns you about the associated security vulnerabilities. This gives you better visibility of what's changing in a pull request, and helps prevent vulnerabilities being added to your 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