Skip to content

security: workflow hardening (CODEOWNERS + lint)#82

Open
J0ET0M wants to merge 1 commit into
mainfrom
security/workflow-hardening
Open

security: workflow hardening (CODEOWNERS + lint)#82
J0ET0M wants to merge 1 commit into
mainfrom
security/workflow-hardening

Conversation

@J0ET0M

@J0ET0M J0ET0M commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

What

Adds two files as part of the post-2026-07-13 workflow-hardening rollout:

  • .github/CODEOWNERS — mandates workflow-security review on .github/workflows/, .github/actions/, .github/CODEOWNERS, and .github/dependabot.yml.
  • .github/workflows/lint-workflows.yml — runs actionlint + zizmor on any PR that touches workflow files.

Why

Preventive actions #2 and #5 from the 2026-07-13 post-mortem. Together they gate malicious workflow-file additions behind competent security review and catch a large class of insecure workflow patterns automatically.

Follow-up

Preventive action #3 — adding a least-privilege permissions: block to every existing workflow file in this repo — is a per-workflow manual task. See the repo maintainer guide. Once merged, actionlint/zizmor will flag workflows missing that block.

Branch protection

Branch protection on the default branch will be updated separately (via rollout.sh protect) to require Code Owner review. Nothing to do in this PR for that.


🤖 Rolled out by incidents/rollout/rollout.sh.

@netlify

netlify Bot commented Jul 23, 2026

Copy link
Copy Markdown

Deploy Preview for docs-qubic-org ready!

Name Link
🔨 Latest commit 2c2c1c2
🔍 Latest deploy log https://app.netlify.com/projects/docs-qubic-org/deploys/6a62190257b16d00087d8618
😎 Deploy Preview https://deploy-preview-82--docs-qubic-org.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-advanced-security

Copy link
Copy Markdown

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:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

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