Skip to content

Commit 359acd2

Browse files
authored
Create cves.yml
1 parent 76c549f commit 359acd2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/cves.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: CVE Tests
2+
on:
3+
push:
4+
branches:
5+
- main
6+
pull_request:
7+
branches:
8+
- main
9+
jobs:
10+
# This is to check the
11+
cve:
12+
runs-on: qa
13+
steps:
14+
- name: Checkout code
15+
uses: actions/checkout@v4

0 commit comments

Comments
 (0)