Open security alerts on this board are higher than they were at the previous reading, or carry a rule id that reading did not hold.
| kind |
rule |
was |
now |
| code-scanning |
PinnedDependenciesID |
0 |
2 |
Every row is a count of open alerts grouped by rule id. The current state is read directly:
gh api "repos/Flowfin/site/code-scanning/alerts?state=open&per_page=100" --jq 'length'
What this is not
It is not a judgement of any alert. Nothing here reads a finding, weighs it, or says whether it is a true positive; the reading is a count of what the platform reports as open, grouped by rule id.
A count that falls produces no issue and no comment, so this body going quiet is not evidence that anything was fixed.
A kind that could not be read on a run contributes no count on that run and is named in that run's summary rather than passed over as a zero.
The sweep behind this is .github/workflows/fleet-alert-sweep.yml in iderex/wache, asked for by iderex/wache#31.
Open security alerts on this board are higher than they were at the previous reading, or carry a rule id that reading did not hold.
PinnedDependenciesIDEvery row is a count of open alerts grouped by rule id. The current state is read directly:
What this is not
It is not a judgement of any alert. Nothing here reads a finding, weighs it, or says whether it is a true positive; the reading is a count of what the platform reports as open, grouped by rule id.
A count that falls produces no issue and no comment, so this body going quiet is not evidence that anything was fixed.
A kind that could not be read on a run contributes no count on that run and is named in that run's summary rather than passed over as a zero.
The sweep behind this is
.github/workflows/fleet-alert-sweep.ymliniderex/wache, asked for byiderex/wache#31.