Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .github/workflows/zizmor-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Zizmor scanner test

"on":
workflow_dispatch:
Comment on lines +3 to +4

permissions:
contents: write

jobs:
scanner-test:
runs-on: ubuntu-24.04
steps:
- name: Use an unpinned action
uses: actions/checkout@main
Comment on lines +13 to +14

- name: Expand untrusted input in a shell command
run: echo "${{ github.event.inputs.untrusted_value }}"
Loading