[Sync] Update project files from source repository (bd3c191) - #275
Merged
mrz1836 merged 1 commit intoAug 7, 2026
Merged
Conversation
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
Contributor
There was a problem hiding this comment.
Pull request overview
This sync PR updates the template’s GitHub workflow and repository “tech conventions” files to align with the upstream source repo, primarily modernizing security scanning by adding OSV-Scanner and updating pinned action/tool versions.
Changes:
- Add OSV-Scanner support to the GoFortress security pipeline (new enable flag, SARIF upload, shared exclusion handling) and disable Nancy by default.
- Update pinned
github/codeql-actionreferences and bump CI tool version pins (go-pre-commit, mage-x, osv-scanner, etc.). - Refresh documentation/tech-conventions to reflect the updated pre-commit installation and dependency scanning approach.
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/scorecard.yml | Bumps upload-sarif action pin for Scorecard SARIF upload. |
| .github/workflows/fortress.yml | Wires OSV + Guide token secret into reusable security scans workflow and grants security-events: write. |
| .github/workflows/fortress-setup-config.yml | Adds OSV enablement outputs and includes OSV in security-scan enablement logic/summary. |
| .github/workflows/fortress-security-scans.yml | Implements OSV-Scanner scanning + SARIF upload; updates Nancy v2 token handling and shared vuln exclusions. |
| .github/workflows/codeql-analysis.yml | Bumps CodeQL action pins (init, autobuild, analyze). |
| .github/tech-conventions/pre-commit.md | Updates installation guidance to use verified release binaries + self-update. |
| .github/tech-conventions/commit-branch-conventions.md | Updates go-pre-commit installation snippet to match new release-binary approach. |
| .github/env/10-security.env | Introduces shared vuln exclusion list + OSV scanner config/version pins; updates Nancy version. |
| .github/env/10-pre-commit.env | Bumps go-pre-commit version pin. |
| .github/env/10-mage-x.env | Bumps mage-x and Nancy pins and adds OSV-Scanner parity pin. |
| .github/env/00-core.env | Disables Nancy by default and enables OSV scanning by default. |
| .github/docs/repository-features.md | Updates feature list to include OSV-Scanner and cleans up wording. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
github-actions
Bot
deleted the
chore/sync-files-go-template-20260807-215342-bd3c191
branch
August 7, 2026 22:05
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.
What Changed
Why It Was Necessary
Testing Performed
Impact / Risk