The target gate runs three code-scanning analyses and reports them as
Analyze (actions), Analyze (csharp) and Analyze (javascript-typescript).
This repository has one language and its workflows, so the shape differs while
the property does not.
The deviation and its reason: fewer analyses, because there are fewer languages
here, and the workflow analysis is kept because this repository has workflows
that publish artifacts.
What this produces
Code scanning over the repository's own language and over its workflow
definitions, uploading to the code-scanning surface and failing the gate on an
actionable finding rather than only reporting one.
A stated position on findings that are not fixed, which is the machine-readable
statement in #89 rather than an ignored alert.
Done when
The analysis runs on every pull request and on push to main, a deliberately
introduced finding of the kind it is meant to catch reddens it, and the check-run
names are recorded in the table in #80. Blocked on #11 and #80.
The target gate runs three code-scanning analyses and reports them as
Analyze (actions),Analyze (csharp)andAnalyze (javascript-typescript).This repository has one language and its workflows, so the shape differs while
the property does not.
The deviation and its reason: fewer analyses, because there are fewer languages
here, and the workflow analysis is kept because this repository has workflows
that publish artifacts.
What this produces
Code scanning over the repository's own language and over its workflow
definitions, uploading to the code-scanning surface and failing the gate on an
actionable finding rather than only reporting one.
A stated position on findings that are not fixed, which is the machine-readable
statement in #89 rather than an ignored alert.
Done when
The analysis runs on every pull request and on push to
main, a deliberatelyintroduced finding of the kind it is meant to catch reddens it, and the check-run
names are recorded in the table in #80. Blocked on #11 and #80.