Skip to content
Open
Show file tree
Hide file tree
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
3 changes: 2 additions & 1 deletion .github/workflows/self-zizmor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
- zizmor-check
if: ${{ needs.zizmor-check.outputs.found-files == 'true' }}

uses: grafana/shared-workflows/.github/workflows/reusable-zizmor.yml@e6c831d1106c11504502ef164409b2d5479daefe
# #326 pilot — shared-workflows feat/zizmor-collection-ignore-326-v2 (PR #1945)
uses: grafana/shared-workflows/.github/workflows/reusable-zizmor.yml@a0ded699096e4939468a229648b0268340a90c99
with:
runs-on: ${{ !github.event.repository.private && 'ubuntu-latest' || 'ubuntu-arm64-small' }}
fail-severity: high
Expand Down
2 changes: 2 additions & 0 deletions .github/zizmor-collection-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# security-appsec#326
vendor-fixture
7 changes: 7 additions & 0 deletions vendor-fixture/.github/workflows/should-not-scan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: vendor fixture
on: workflow_dispatch
jobs:
noop:
runs-on: ubuntu-latest
steps:
- run: echo ok
Loading