diff --git a/.github/workflows/zizmor-security-triage-demo.yml b/.github/workflows/zizmor-security-triage-demo.yml new file mode 100644 index 00000000000000..7dcfc0b5ca3bc8 --- /dev/null +++ b/.github/workflows/zizmor-security-triage-demo.yml @@ -0,0 +1,17 @@ +name: Zizmor security triage demonstration + +"on": + workflow_dispatch: + +permissions: + contents: write + +jobs: + scanner-test: + runs-on: ubuntu-24.04 + steps: + - name: Use an unpinned action + uses: actions/checkout@main + + - name: Expand untrusted input in a shell command + run: echo "${{ github.event.inputs.untrusted_value }}"