Skip to content

Commit 6f71254

Browse files
committed
ci: Add seqra-action
1 parent 6c129eb commit 6f71254

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/seqra.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Seqra Analysis
2+
on:
3+
workflow_dispatch
4+
5+
jobs:
6+
seqra:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: Checkout your repository
10+
uses: actions/checkout@v4
11+
12+
- name: Run Seqra code analysis
13+
uses: seqrateam/seqra-action@v1
14+
with:
15+
upload-sarif: 'true'
16+
artifact-name: 'seqra.sarif'

0 commit comments

Comments
 (0)