Skip to content

Commit 22b54b1

Browse files
committed
feat(github): configure zizmorcore security scan
1 parent 31bade9 commit 22b54b1

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/ci.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -58,21 +58,21 @@ jobs:
5858
- name: Type check and build
5959
run: bun run build
6060

61-
# security-scan:
62-
# name: Security Scan (zizmor)
63-
# runs-on: ubuntu-latest
64-
# permissions:
65-
# contents: read
66-
# security-events: write
67-
# actions: read
68-
# steps:
69-
# - uses: actions/checkout@v4
70-
# with:
71-
# persist-credentials: false
72-
# - name: Run zizmor
73-
# uses: zizmorcore/zizmor-action@0dce2577a4760a2749d8cfb7a84b7d5585ebcb7d
74-
# with:
75-
# inputs: .
61+
security-scan:
62+
name: Security Scan (zizmor)
63+
runs-on: ubuntu-latest
64+
permissions:
65+
contents: read
66+
security-events: write
67+
actions: read
68+
steps:
69+
- uses: actions/checkout@v4
70+
with:
71+
persist-credentials: false
72+
- name: Run zizmor
73+
uses: zizmorcore/zizmor-action@0dce2577a4760a2749d8cfb7a84b7d5585ebcb7d
74+
with:
75+
inputs: .
7676

7777
docker-build-check:
7878
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)