Skip to content

Commit

Permalink
Create cves.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
themiszamani authored Jan 13, 2025
1 parent 76c549f commit 359acd2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/cves.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: CVE Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
# This is to check the
cve:
runs-on: qa
steps:
- name: Checkout code
uses: actions/checkout@v4

0 comments on commit 359acd2

Please sign in to comment.