Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Generate SLSA provenance #399

Open
wants to merge 79 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
79 commits
Select commit Hold shift + click to select a range
bcd14b2
update
laurentsimon Jan 26, 2023
ea65968
update
laurentsimon Jan 26, 2023
ae4f214
update
laurentsimon Jan 26, 2023
1138981
update
laurentsimon Jan 26, 2023
e8a1faf
update
laurentsimon Jan 26, 2023
fd2ce73
update
laurentsimon Jan 26, 2023
46edaed
update
laurentsimon Jan 27, 2023
a248e1b
update
laurentsimon Jan 27, 2023
784bc69
update
laurentsimon Jan 27, 2023
125882d
update
laurentsimon Jan 27, 2023
d6e20a0
update
laurentsimon Jan 27, 2023
c8144d1
update
laurentsimon Jan 27, 2023
f0082b1
update
laurentsimon Jan 27, 2023
781b053
update
laurentsimon Jan 27, 2023
89a97a6
update
laurentsimon Jan 27, 2023
f275bf9
update
laurentsimon Jan 27, 2023
2e36dd5
update
laurentsimon Jan 27, 2023
2fafc9f
update
laurentsimon Jan 27, 2023
929ba21
update
laurentsimon Jan 27, 2023
2f95a6a
update
laurentsimon Jan 27, 2023
67f4bec
update
laurentsimon Jan 27, 2023
69a9de3
update
laurentsimon Jan 27, 2023
8eef284
update
laurentsimon Jan 27, 2023
a38ab93
update
laurentsimon Jan 27, 2023
9baabd9
update
laurentsimon Jan 27, 2023
3345d0d
update
laurentsimon Jan 27, 2023
a392ee4
update
laurentsimon Jan 27, 2023
6e20bde
update
laurentsimon Jan 27, 2023
0d5c8e4
update
laurentsimon Jan 30, 2023
b62719f
update
laurentsimon Jan 30, 2023
1ae6ae8
update
laurentsimon Jan 30, 2023
66a41f3
update
laurentsimon Jan 30, 2023
40efbd2
update
laurentsimon Jan 30, 2023
dbe612c
update
laurentsimon Jan 30, 2023
c789be9
update
laurentsimon Jan 30, 2023
9408663
update
laurentsimon Jan 30, 2023
b147de8
update
laurentsimon Jan 30, 2023
7461b99
update
laurentsimon Jan 30, 2023
f87a36b
update
laurentsimon Jan 30, 2023
16f6457
update
laurentsimon Jan 30, 2023
05008cc
update
laurentsimon Jan 30, 2023
e74a9eb
update
laurentsimon Jan 30, 2023
6320355
update
laurentsimon Jan 30, 2023
d71a947
update
laurentsimon Jan 30, 2023
c3d2fd4
update
laurentsimon Jan 30, 2023
24f4c9c
update
laurentsimon Jan 30, 2023
fa54bae
update
laurentsimon Jan 30, 2023
580af85
update
laurentsimon Jan 30, 2023
11a71c5
update
laurentsimon Jan 30, 2023
c946204
update
laurentsimon Feb 2, 2023
25bdaa1
update
laurentsimon Feb 3, 2023
0395bbf
update
laurentsimon Feb 8, 2023
9e7f50d
update
laurentsimon Feb 8, 2023
63f08c2
update
laurentsimon Feb 8, 2023
83f223d
update
laurentsimon Mar 6, 2023
6333a31
update
laurentsimon Mar 6, 2023
3910c16
update
laurentsimon Mar 6, 2023
3d7a299
update
laurentsimon Mar 8, 2023
c4a456d
update
laurentsimon Mar 10, 2023
b4fe949
Update slsa3.yml
laurentsimon Mar 21, 2023
02d34b0
Update slsa3.yml
laurentsimon Mar 21, 2023
f30de76
Update slsa3.yml
laurentsimon Mar 21, 2023
ab73537
Update slsa3.yml
laurentsimon Mar 21, 2023
567bb9e
Update slsa3.yml
laurentsimon Mar 21, 2023
1f3e31a
Update slsa3.yml
laurentsimon Apr 4, 2023
b4aa49e
Update slsa3.yml
laurentsimon Apr 4, 2023
01a021f
Update slsa3.yml
laurentsimon Apr 4, 2023
6ff6c77
Update slsa3.yml
laurentsimon Apr 4, 2023
cf299f7
update
laurentsimon May 22, 2023
62ca08c
update
laurentsimon May 22, 2023
296cf43
update
laurentsimon May 22, 2023
29f936b
update
laurentsimon May 22, 2023
48abe6f
update
laurentsimon May 22, 2023
6c0cca4
update
laurentsimon May 22, 2023
122dff6
update
laurentsimon May 22, 2023
bdbc54a
update
laurentsimon May 22, 2023
a909f08
update
laurentsimon May 22, 2023
affff9e
update
laurentsimon May 22, 2023
3a4d2bc
update
laurentsimon May 22, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update
Signed-off-by: laurentsimon <laurentsimon@google.com>
  • Loading branch information
laurentsimon committed Mar 6, 2023
commit a392ee4e76d00fb6b1e8e017d2205d704953a0af
2 changes: 1 addition & 1 deletion internal/sbom-wrapper/action.yml
Original file line number Diff line number Diff line change
@@ -58,7 +58,7 @@ runs:
# Just infer the filename for simplicitiy of the PoC.
# Production-ready code should consider `artifact-name` and `output-file inputs`.
# NOTE: requires sudo to read protected /etc entries
sudo find /etc/ -maxdepth 2 -regex '/etc/sbom-action-.*/*.sigstore' > FILES
sudo find /etc/ -maxdepth 2 -regex '/etc/sbom-action-.*/*.sigstore' | tee ./FILES

attestations=()
n=$(wc -l <./FILES)