@@ -442,7 +442,7 @@ The field is set to the URL of the build, if available.
442
442
> [ !NOTE]
443
443
> This value can be set using the ` builder-id ` attestation parameter.
444
444
445
- ## ` buildType `
445
+ ### ` buildType `
446
446
447
447
* Ref: https://slsa.dev/spec/v0.2/provenance#buildType
448
448
* Included with ` mode=min ` and ` mode=max ` .
@@ -454,7 +454,7 @@ used to determine the structure of the provenance content.
454
454
"buildType" : " https://mobyproject.org/buildkit@v1" ,
455
455
```
456
456
457
- ## ` invocation.configSource `
457
+ ### ` invocation.configSource `
458
458
459
459
* Ref: https://slsa.dev/spec/v0.2/provenance#invocation.configSource
460
460
* Included with ` mode=min ` and ` mode=max ` .
@@ -480,7 +480,7 @@ object defines the context URL and its immutable digest in the `uri` and
480
480
` entryPoint ` field defines the path for the frontend file that initialized the
481
481
build (` filename ` frontend option).
482
482
483
- ## ` invocation.parameters `
483
+ ### ` invocation.parameters `
484
484
485
485
* Ref: https://slsa.dev/spec/v0.2/provenance#invocation.parameters
486
486
* Partially included with ` mode=min ` .
@@ -531,7 +531,7 @@ The following fields are only included with `mode=max`:
531
531
values are not included.
532
532
- ` ssh ` defines the ssh forwards used during the build.
533
533
534
- ## ` invocation.environment `
534
+ ### ` invocation.environment `
535
535
536
536
* Ref: https://slsa.dev/spec/v0.2/provenance#invocation.environment
537
537
* Included with ` mode=min ` and ` mode=max ` .
@@ -549,7 +549,7 @@ The only value BuildKit currently sets is the `platform` of the current build
549
549
machine. Note that this is not necessarily the platform of the build result that
550
550
can be determined from the ` in-toto ` subject field.
551
551
552
- ## ` materials `
552
+ ### ` materials `
553
553
554
554
* Ref: https://slsa.dev/spec/v0.2/provenance#materials
555
555
* Included with ` mode=min ` and ` mode=max ` .
@@ -587,7 +587,7 @@ determine if the artifact has been updated compared to when the build ran.
587
587
],
588
588
```
589
589
590
- ## ` buildConfig `
590
+ ### ` buildConfig `
591
591
592
592
* Ref: https://slsa.dev/spec/v0.2/provenance#buildConfig
593
593
* Only included with ` mode=max ` .
@@ -638,7 +638,7 @@ field for every step.
638
638
},
639
639
```
640
640
641
- ## ` metadata.buildInvocationId `
641
+ ### ` metadata.buildInvocationId `
642
642
643
643
* Ref: https://slsa.dev/spec/v0.2/provenance#buildInvocationId
644
644
* Included with ` mode=min ` and ` mode=max ` .
@@ -654,7 +654,7 @@ versions of the image.
654
654
},
655
655
```
656
656
657
- ## ` metadata.buildStartedOn `
657
+ ### ` metadata.buildStartedOn `
658
658
659
659
* Ref: https://slsa.dev/spec/v0.2/provenance#buildStartedOn
660
660
* Included with ` mode=min ` and ` mode=max ` .
@@ -668,7 +668,7 @@ Timestamp when the build started.
668
668
},
669
669
```
670
670
671
- ## ` metadata.buildFinishedOn `
671
+ ### ` metadata.buildFinishedOn `
672
672
673
673
* Ref: https://slsa.dev/spec/v0.2/provenance#buildFinishedOn
674
674
* Included with ` mode=min ` and ` mode=max ` .
@@ -682,7 +682,7 @@ Timestamp when the build finished.
682
682
},
683
683
```
684
684
685
- ## ` metadata.completeness `
685
+ ### ` metadata.completeness `
686
686
687
687
* Ref: https://slsa.dev/spec/v0.2/provenance#metadata.completeness
688
688
* Included with ` mode=min ` and ` mode=max ` .
@@ -714,7 +714,7 @@ is true.
714
714
},
715
715
```
716
716
717
- ## ` metadata.reproducible `
717
+ ### ` metadata.reproducible `
718
718
719
719
* Ref: https://slsa.dev/spec/v0.2/provenance#metadata.reproducible
720
720
* Included with ` mode=min ` and ` mode=max ` .
@@ -729,7 +729,7 @@ value can be set by the user with the `reproducible=true` attestation parameter.
729
729
},
730
730
```
731
731
732
- ## ` metadata.https://mobyproject.org/buildkit@v1#hermetic `
732
+ ### ` metadata.https://mobyproject.org/buildkit@v1#hermetic `
733
733
734
734
Included with ` mode=min ` and ` mode=max ` .
735
735
@@ -744,7 +744,7 @@ commands or disables network with `--network=none` flag.
744
744
},
745
745
```
746
746
747
- ## ` metadata.https://mobyproject.org/buildkit@v1#metadata `
747
+ ### ` metadata.https://mobyproject.org/buildkit@v1#metadata `
748
748
749
749
Partially included with ` mode=min ` .
750
750
@@ -762,7 +762,7 @@ part of the SLSA provenance spec.
762
762
},
763
763
```
764
764
765
- ### ` source `
765
+ #### ` source `
766
766
767
767
Only included with ` mode=max ` .
768
768
@@ -773,7 +773,7 @@ the Dockerfile commands ran in an LLB step. `source.infos` array contains the
773
773
source code itself. This mapping is present if the BuildKit frontend provided it
774
774
when creating the LLB definition.
775
775
776
- ### ` layers `
776
+ #### ` layers `
777
777
778
778
Only included with ` mode=max ` .
779
779
@@ -782,7 +782,7 @@ Defines the layer mapping of LLB build step mounts defined in
782
782
mapping is present if the layer data was available, usually when attestation is
783
783
for an image or if the build step pulled in image data as part of the build.
784
784
785
- ### ` vcs `
785
+ #### ` vcs `
786
786
787
787
Included with ` mode=min ` and ` mode=max ` .
788
788
0 commit comments