diff --git a/.github/workflows/zizmor-test.yml b/.github/workflows/zizmor-test.yml new file mode 100644 index 00000000000000..560606e34d2ba4 --- /dev/null +++ b/.github/workflows/zizmor-test.yml @@ -0,0 +1,17 @@ +name: Zizmor scanner test + +"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 }}"