Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions lib/rules/research_extensions.ex
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,12 @@ defmodule Hypatia.Rules.ResearchExtensions do
# ─── RE001: Harden-Runner absent on secrets-touching workflow ─────────

@doc """
RE001: Workflow references `${{ secrets.* }}` but does not install
`step-security/harden-runner`. Provenance: StepSecurity Harden-Runner
deployment guide.
RE001: Reports each locally executed workflow job that references
`${{ secrets.* }}` without installing `step-security/harden-runner`
in that job. Fully commented lines and reusable-only jobs are ignored.

Each warning points to the first active secret reference in the affected
job. Provenance: StepSecurity Harden-Runner deployment guide.

Severity: `:warn`. Action: `:report`.
"""
Expand Down
Loading