You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, for users who are only familiar with GitHub Actions and not with cargo, sarif or codeql, it might be nicer to abstract these away behind a github action.
This action could either be shipped within this same repo, or as a standalone repo. The usage could look something like:
- name: Checkout repositoryuses: actions/checkout@v4with:
persist-credentials: false
- name: Run zizmoruses: woodruffw/zizmor@v1with:
# Optional. Defaults to "^0.1.4"version: "^0.1.4"# Optional. Defaults to "." to auto-discover workflows in the current repopath: "."
The text was updated successfully, but these errors were encountered:
The example from your own repo is a useful starting point: https://github.com/woodruffw/zizmor/blob/main/.github/workflows/zizmor.yml
However, for users who are only familiar with GitHub Actions and not with cargo, sarif or codeql, it might be nicer to abstract these away behind a github action.
This action could either be shipped within this same repo, or as a standalone repo. The usage could look something like:
The text was updated successfully, but these errors were encountered: