Skip to content

Commit 8a95c9b

Browse files
test sarif
1 parent 9b576cf commit 8a95c9b

File tree

2 files changed

+646
-0
lines changed

2 files changed

+646
-0
lines changed

.github/workflows/dast.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Linters
3+
4+
on:
5+
workflow_dispatch:
6+
pull_request:
7+
push:
8+
9+
jobs:
10+
"dast-test":
11+
runs-on: ubuntu-latest
12+
container: python:3.11
13+
14+
steps:
15+
- uses: actions/checkout@v2
16+
17+
- name: Install dependencies
18+
run: cat results.sarif && exit 1

0 commit comments

Comments
 (0)