Skip to content

Commit 57d0ad7

Browse files
committed
chore: add security analysis workflow
1 parent 90e7beb commit 57d0ad7

3 files changed

Lines changed: 24 additions & 94 deletions

File tree

.github/workflows/deny.yml

Lines changed: 0 additions & 50 deletions
This file was deleted.

.github/workflows/security.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Security Analysis
2+
3+
on:
4+
workflow_dispatch:
5+
pull_request:
6+
types: [opened, synchronize]
7+
push:
8+
branches:
9+
- main
10+
paths:
11+
- ".github/workflows/**"
12+
13+
permissions: {}
14+
15+
concurrency:
16+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
17+
cancel-in-progress: ${{ github.ref_name != 'main' }}
18+
19+
jobs:
20+
security:
21+
name: Security Analysis
22+
runs-on: ubuntu-slim
23+
steps:
24+
- uses: oxc-project/security-action@4211cd3f56ba742507263ea4a999f3be4165a53c # v1.0.1

.github/workflows/zizmor.yml

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)