Skip to content

Commit

Permalink
experiment
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw committed Jun 21, 2024
0 parents commit 661004d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/attest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: attest in various ways

on:
push:


permissions:
id-token: write
attestations: write
contents: read

jobs:
attest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Attest Build Provenance
uses: actions/attest@v1
with:
subject-path: foo.txt
predicate-type: "<script>alert(\"lol\");</script>"
predicate: '{}'
1 change: 1 addition & 0 deletions hello.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
i am being attested to

0 comments on commit 661004d

Please sign in to comment.