Commit Graph

3 Commits

Author SHA1 Message Date
jonathanmetzman 6d2b1cf993
Make sarif default in CIFuzz example (#10655) 2023-07-06 18:51:59 -04:00
Joyce 3cbb8c9d6e
Show minimal permission needed for CIFuzz workflow (#10283)
I'm suggesting this change in the CIFuzz example workflow to indicate
the minimal permission needed for the workflow to run and also to follow
the OpenSSF Scorecard Token Permission Check recommendations.

I've tested with
https://github.com/joycebrum/sigstore/actions/runs/4918728701 and the
action ran with success with no permission granted.

the actions/upload-artifact skipped does not need permission to upload
artifacts as can be seen at
https://github.com/joycebrum/sigstore/actions/runs/4928734763

---------

Signed-off-by: Joyce <joycebrum@google.com>
Signed-off-by: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>
Co-authored-by: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>
2023-06-15 17:16:44 -04:00
jonathanmetzman 8df818599b
[cifuzz] Update docs (#8984) 2022-11-16 12:46:27 -08:00