Skip to content

Commit

Permalink
feat: fix readme
Browse files Browse the repository at this point in the history
Signed-off-by: Vishal Choudhary <[email protected]>
  • Loading branch information
vishal-chdhry committed Oct 26, 2023
1 parent 6c82ae2 commit a89e712
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ mutate:
foreach:
- list: "response.results"
patchesJson6902: |-
- path: {{ element.path }}
op: replace
value: {{ element.image }}
- path: '{{ element.path }}'
op: '{{ element.op }}'
value: '{{ element.value }}'
```
## Attestation Verification
Expand Down

0 comments on commit a89e712

Please sign in to comment.