-
Notifications
You must be signed in to change notification settings - Fork 54
Closed
Labels
enhancementgithub_actionsPull requests that update GitHub Actions codePull requests that update GitHub Actions codegood first issuehelp wanted
Description
It would be good if our GitHub workflows were statically analyzed with zizmor: https://github.com/woodruffw/zizmor
Similar change was recently done in python-tuf: theupdateframework/python-tuf#2798
It's likely that the same approach will work:
- add zizmor (with current version) to requirements-lint.txt
- Add
zizmor --persona=pedantic -qcall in lint section of tox.ini - fix issues reported by zizmor when
tox -e lintruns:- looks like zizmor reports 18 findings currently: most are easy to fix
- please paste specific error in a comment here if it's not obvious how to deal with it
Metadata
Metadata
Assignees
Labels
enhancementgithub_actionsPull requests that update GitHub Actions codePull requests that update GitHub Actions codegood first issuehelp wanted