Skip to content

Conversation

@step-security-bot
Copy link

@step-security-bot step-security-bot commented May 14, 2024

Summary

This pull request is created by StepSecurity at the request of @dpaoliello. Please merge the Pull Request to incorporate the requested changes. Please tag @dpaoliello 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.

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).

Add Dependency Review Workflow

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

step-security-bot and others added 4 commits May 14, 2024 22:33
Signed-off-by: StepSecurity Bot <bot@stepsecurity.io>
Signed-off-by: Daniel Paoliello <danpao@microsoft.com>
Signed-off-by: Daniel Paoliello <danpao@microsoft.com>
Signed-off-by: Daniel Paoliello <danpao@microsoft.com>
@dpaoliello dpaoliello requested a review from sivadeilra May 14, 2024 22:41
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