Skip to content

build: [StepSecurity] Add egress auditing as a supply chain security measure#1341

Merged
RoyalOughtness merged 24 commits intosecureblue:livefrom
step-security-bot:chore/GHA-162045-stepsecurity-remediation
Sep 17, 2025
Merged

build: [StepSecurity] Add egress auditing as a supply chain security measure#1341
RoyalOughtness merged 24 commits intosecureblue:livefrom
step-security-bot:chore/GHA-162045-stepsecurity-remediation

Conversation

@step-security-bot
Copy link
Copy Markdown
Contributor

Summary

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

Security Fixes

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. See how popular open-source projects use Harden-Runner here.

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.

Detect Vulnerabilities with SAST Workflow

Static Code Analysis (also known as Source Code Analysis) is usually performed as part of a Code Review (also known as clear-box testing) and is carried out at the Implementation phase of a Security Development Lifecycle (SDL). Static Code Analysis commonly refers to the running of Static Code Analysis tools that attempt to highlight possible vulnerabilities within ‘static’ (non-running) source code by using techniques such as Taint Analysis and Data Flow Analysis.

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.

Add OpenSSF Scorecard Workflow

OpenSSF Scorecard is an automated tool that assesses a number of important heuristics ("checks") associated with software security and assigns each check a score of 0-10. You can use these scores to understand specific areas to improve in order to strengthen the security posture of your project.

Scorecard workflow also allows maintainers to display a Scorecard badge on their repository to show off their hard work.

Feedback

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

Signed-off-by: StepSecurity Bot [email protected]

@RoyalOughtness RoyalOughtness changed the title build: [StepSecurity] Apply security best practices build: [StepSecurity] Add egress auditing as a supply chain security measure Sep 16, 2025
RoyalOughtness
RoyalOughtness previously approved these changes Sep 16, 2025
RoyalOughtness
RoyalOughtness previously approved these changes Sep 16, 2025
@RoyalOughtness RoyalOughtness merged commit 5076d22 into secureblue:live Sep 17, 2025
12 of 13 checks passed
RoyalOughtness added a commit that referenced this pull request Sep 18, 2025
…measure (#1341)

* [StepSecurity] Apply security best practices

Signed-off-by: StepSecurity Bot <[email protected]>

* Update codeql.yml

* Delete .github/workflows/dependency-review.yml

* Update codeql.yml

* Update codeql.yml

* Update codeql.yml

* Update scorecards.yml

* Update scorecards.yml

* Update build-one-recipe.yml

* Update pr_build.yml

* Update codeql.yml

* Update scorecards.yml

* Update codeql.yml

* Update scorecards.yml

* Update build-one-recipe.yml

* Update build-one-recipe.yml

* Update codeql.yml

* Update pr_build.yml

* Update scorecards.yml

* Update codeql.yml

* Update scorecards.yml

* Update pr_build.yml

---------

Signed-off-by: StepSecurity Bot <[email protected]>
Co-authored-by: RoyalOughtness <[email protected]>
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.

4 participants