fix(security): harden supply chain and resolve dependency alerts#20
Merged
Merged
Conversation
- Pin all reusable workflow refs to SHA digests (org-infra@32b8e9b) - Pin Dockerfile base image to digest - Add SECURITY.md with vulnerability reporting guidelines - Add .github/dependabot.yml for automated dependency updates - Update package-lock.json resolving 6 of 7 Dependabot alerts (vite, postcss, @babel/plugin-transform-modules-systemjs, lodash) Resolves: OpenSSF Scorecard alerts #1, #2, #3, complytime#4, complytime#5, complytime#6, complytime#7, complytime#9, complytime#27 Resolves: Dependabot alerts complytime#15-20, complytime#22 Signed-off-by: sonupreetam <spreetam@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Hugo's resources.GetRemote does not automatically set Content-Type when POSTing a JSON body. Without the header, kroki.io returns 400 Bad Request causing diagram render failures. Signed-off-by: sonupreetam <spreetam@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com>
| call_reusable_ci: | ||
| name: Standardized CI | ||
| uses: complytime/org-infra/.github/workflows/reusable_ci.yml@main | ||
| uses: complytime/org-infra/.github/workflows/reusable_ci.yml@32b8e9b381a33fc4c3f8768856b11d94655f20c4 # main |
Member
There was a problem hiding this comment.
This hash does not match the latest release: https://github.com/complytime/org-infra/releases
Also it would be good to align the comment from "# main" to the respective semantic version. Applicable to other files as well.
Contributor
Author
There was a problem hiding this comment.
Yes thank you! Updated it.
Update all reusable workflow references from an incorrect commit SHA (32b8e9b) to the actual v0.2.1 release SHA (cfd981e), and change the trailing comment from "# main" to "# v0.2.1" for clarity. Addresses review feedback from @marcusburghardt on PR complytime#20. Signed-off-by: sonupreetam <spreetam@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com>
This was referenced Jun 3, 2026
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.
Summary
complytime/org-infra@32b8e9b).devcontainer/Dockerfilebase image to digestSECURITY.mdwith vulnerability disclosure process.github/dependabot.ymlfor automated dependency monitoring (npm, Go modules, GitHub Actions, Docker)package-lock.jsonresolving 6 of 7 open Dependabot alerts:Content-Type: application/jsonheader toresources.GetRemotePOST requestsAlerts Addressed
OpenSSF Scorecard (Code Scanning)
Dependabot
Bug fix
Content-Type: application/jsonheader to the render hook's POST requestNot addressable in this PR
Test plan
hugo --minify --gc)