Conversation
…compatibility - Made reusable-security-gate.yml self-contained for external consumers - Updated references in examples and documentation to v2.0.1 - Added changelog entry for patch release
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the Security Gate product to version
v2.0.1, making the main reusable workflow fully self-contained and fixing cross-repository usage issues. Now, external consumers no longer need to maintain local copies of lower-level reusable workflows, and all security scanning, aggregation, and dashboard steps are implemented directly inreusable-security-gate.yml. Documentation and example workflows have been updated to reference the new release and improved onboarding instructions.Workflow and Architecture Changes:
.github/workflows/reusable-security-gate.ymlto inline all security scanning jobs (Secrets, SAST, SCA, SBOM) and the dashboard aggregation, removing dependencies on nested reusable workflows. This ensures the workflow is self-contained and works for external/cross-repository consumers. [1] [2]deploy-pagesjob for optional GitHub Pages deployment of the security dashboard.Documentation and Release Updates:
README.md,docs/architecture.md,docs/onboarding.md,docs/external-company-rollout.md,docs/release-management.md) and example workflows to referencev2.0.1and clarify that the workflow is now self-contained for external use. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15]v2.0.1describing the patch and its purpose. [1] [2]VERSIONfile to2.0.1.These changes make the Security Gate workflow easier to consume and maintain for both internal and external repositories.