Skip to content

docs(onboarding) - add e2e happy path #20

docs(onboarding) - add e2e happy path

docs(onboarding) - add e2e happy path #20

Workflow file for this run

name: GitHub Actions Security Audit
on:
pull_request:
paths:
- '.github/workflows/*.yml'
push:
branches:
- main
paths:
- '.github/workflows/*.yml'
jobs:
zizmor:
name: Audit Workflows with zizmor
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
steps:
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
persist-credentials: false
- name: Run zizmor security audit
uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e
with:
sarif-file: zizmor-results.sarif