File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
src/macaron/slsa_analyzer Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -32,19 +32,19 @@ class ChecksOutputs(TypedDict):
32
32
"""Data computed at runtime by checks."""
33
33
34
34
git_service : BaseGitService
35
- """The git service information for this repository ."""
35
+ """The git service information for the target software component ."""
36
36
build_spec : BuildSpec
37
- """The build spec inferred for this repository ."""
37
+ """The build spec inferred for the target software component ."""
38
38
ci_services : list [CIInfo ]
39
- """The CI services information for this repository ."""
39
+ """The CI services information for the target software component ."""
40
40
is_inferred_prov : bool
41
41
"""True if we cannot find the provenance and Macaron need to infer the provenance."""
42
42
expectation : Expectation | None
43
- """The expectation to verify the provenance for this repository ."""
43
+ """The expectation to verify the provenance for the target software component ."""
44
44
package_registries : list [PackageRegistryInfo ]
45
- """The package registries for this repository ."""
45
+ """The package registries for the target software component ."""
46
46
provenance : InTotoPayload | None
47
- """The provenance payload for this repository snapshot ."""
47
+ """The provenance payload for the target software component ."""
48
48
49
49
50
50
class AnalyzeContext :
You can’t perform that action at this time.
0 commit comments