Skip to content
Merged
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
13 changes: 10 additions & 3 deletions .github/workflows/zizmor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,16 @@
# audited like any other code.
#
# It is not everything this repository executes, and this audit does not reach the
# rest. Two tracked shell scripts carry the rules of the document check and the
# hygiene check, a workflow runs each of them on a pull request, and no analyser
# for their language is configured anywhere in this tree. #81 holds that gap.
# rest. Tracked shell scripts carry the rules of the document check and the hygiene
# check, and a workflow runs each of them on a pull request. Their language is read
# by .github/workflows/shell-analysis.yml, which landed under #81 and is a separate
# leg rather than a setting here: putting a second analyser over the workflow YAML
# this one already reads is an argument nobody has made.
#
# What #81 still holds is the analysis over the core's own language, which waits on
# #11 because no code is in this tree, and an upload of the shell findings to the
# code-scanning tab, which that leg does not do. How many shell scripts there are
# moves whenever one lands, so it is not counted here.
#
# The gate runs zizmor's regular persona at --min-severity=low: it fails the
# build on any actionable (low/medium/high/critical) security finding -
Expand Down
Loading