Skip to content

Commit b5f7fd1

Browse files
committed
[DEVOPS-825] call reusable zizmor workflow from Mira
1 parent 53ef2b2 commit b5f7fd1

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: Zizmor analysis
2+
3+
on:
4+
pull_request:
5+
types: [opened, synchronize, reopened, ready_for_review]
6+
branches:
7+
- develop
8+
- main
9+
- release/**
10+
- feature/**
11+
- hotfix/**
12+
push:
13+
branches:
14+
- main
15+
- develop
16+
- feature/**
17+
- hotfix/**
18+
- release/**
19+
20+
jobs:
21+
call-workflow-zizmor:
22+
name: Zizmor analysis
23+
permissions:
24+
contents: read
25+
actions: read
26+
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-zizmor-security.yml@main

0 commit comments

Comments
 (0)