Skip to content

Commit efc105e

Browse files
committed
ci: add Seqra
1 parent c77cd73 commit efc105e

2 files changed

Lines changed: 45263 additions & 0 deletions

File tree

.github/workflows/seqra.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Scan project with Seqra
2+
3+
on:
4+
push:
5+
branches: [ "main" ]
6+
pull_request:
7+
branches: [ "main" ]
8+
9+
jobs:
10+
seqra:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Checkout your repository
14+
uses: actions/checkout@v4
15+
16+
- uses: seqra/seqra-action@v2
17+
with:
18+
upload-sarif: 'true'

0 commit comments

Comments
 (0)