We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0709a97 commit eec4e80Copy full SHA for eec4e80
internal/builders/generic/README.md
@@ -579,7 +579,7 @@ jobs:
579
upload-assets: true # Optional: Upload to a new release
580
```
581
582
-### Provenance for Rust / Cargo
+### Provenance for Rust
583
584
If you use [Cargo](https://doc.rust-lang.org/cargo/) to generate your artifacts, you can
585
easily generate SLSA3 provenance by updating your existing workflow with the 4
@@ -645,4 +645,4 @@ jobs:
645
with:
646
base64-subjects: "${{ needs.build.outputs.hashes }}"
647
648
-```
+```
0 commit comments