Skip to content

Commit 0ce545e

Browse files
author
Trong Nhan Mai
committed
chore: update fields py doc string of ChecksOutputs class
1 parent b32d59d commit 0ce545e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/macaron/slsa_analyzer/analyze_context.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,19 @@ class ChecksOutputs(TypedDict):
3232
"""Data computed at runtime by checks."""
3333

3434
git_service: BaseGitService
35-
"""The git service information for this repository."""
35+
"""The git service information for the target software component."""
3636
build_spec: BuildSpec
37-
"""The build spec inferred for this repository."""
37+
"""The build spec inferred for the target software component."""
3838
ci_services: list[CIInfo]
39-
"""The CI services information for this repository."""
39+
"""The CI services information for the target software component."""
4040
is_inferred_prov: bool
4141
"""True if we cannot find the provenance and Macaron need to infer the provenance."""
4242
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."""
4444
package_registries: list[PackageRegistryInfo]
45-
"""The package registries for this repository."""
45+
"""The package registries for the target software component."""
4646
provenance: InTotoPayload | None
47-
"""The provenance payload for this repository snapshot."""
47+
"""The provenance payload for the target software component."""
4848

4949

5050
class AnalyzeContext:

0 commit comments

Comments
 (0)