Skip to content

Commit 58082a0

Browse files
committed
2 parents 54d99f6 + 71fb4c7 commit 58082a0

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/main.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: scan
2+
# This workflow represents a set of basic End-to-End tests
3+
on:
4+
push:
5+
branches:
6+
- 'main'
7+
pull_request:
8+
workflow_dispatch:
9+
jobs:
10+
job_id:
11+
name: "Scan Virus"
12+
runs-on: "ubuntu-latest"
13+
steps:
14+
- name: "Checkout Repository"
15+
uses: "actions/[email protected]"
16+
with:
17+
fetch-depth: 0
18+
- name: "Scan Repository"
19+
uses: "hugoalh/[email protected]"

0 commit comments

Comments
 (0)