Skip to content

Commit

Permalink
Fix formatting in language agnostic instructions (#202)
Browse files Browse the repository at this point in the history
The markdown table should have just one row. However, the example is
formatted in such a way that it gets 3 rows. This is just minor cleanup,
with no functional change.

Co-authored-by: Ian Lewis <ianlewis@google.com>
  • Loading branch information
mihaimaruseac and ianlewis committed Jun 9, 2022
1 parent 0013967 commit a0150d3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions internal/builders/generic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,9 @@ The builder workflow
[.github/workflows/slsa2_provenance.yml](.github/workflows/slsa2_provenance.yml) accepts
the following inputs:
| Name | Required | Description |
| ----------------- | -------- | ----------------------------------------------------- |
| `base64-subjects` | yes | Artifacts for which to generate provenance, formatted |
| | | the same as the output of sha256sum |
| | | (SHA256 NAME\n[...]) and base64 encoded. |
| Name | Required | Description |
| ----------------- | -------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| `base64-subjects` | yes | Artifacts for which to generate provenance, formatted the same as the output of sha256sum (SHA256 NAME\n[...]) and base64 encoded. |

### Workflow Outputs

Expand Down

0 comments on commit a0150d3

Please sign in to comment.