Skip to content

Commit 29e7b96

Browse files
committed
Merge zizmorify configuration
2 parents 0f51a9e + 9027c7e commit 29e7b96

2 files changed

Lines changed: 33 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: 2
2+
updates:
3+
# Maintain dependencies for GitHub Actions.
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
cooldown:
9+
default-days: 7
10+
ignore:
11+
- dependency-name: "yiisoft/*"

.github/workflows/zizmor.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: GitHub Actions Security Analysis with zizmor 🌈
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
- main
8+
paths:
9+
- '.github/**.yml'
10+
- '.github/**.yaml'
11+
pull_request:
12+
paths:
13+
- '.github/**.yml'
14+
- '.github/**.yaml'
15+
16+
permissions:
17+
actions: read
18+
contents: read
19+
20+
jobs:
21+
zizmor:
22+
uses: yiisoft/actions/.github/workflows/zizmor.yml@master

0 commit comments

Comments
 (0)