Skip to content

Commit

Permalink
Update malware.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Eveeifyeve <[email protected]>
  • Loading branch information
Eveeifyeve committed Sep 28, 2023
1 parent 65e5bc7 commit bc0451e
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions .github/workflows/malware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,24 @@ on:
- main

jobs:
malware-check:
runs-on: self-hosted

job_id:
name: "Scan Virus"
runs-on: "ubuntu-latest"
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Scan for viruses
uses: hugoalh/[email protected]

- name: "Checkout Repository"
uses: "actions/[email protected]"
with:
fetch-depth: 0
- name: "Scan Repository"
uses: "hugoalh/[email protected]"
with:
git_ignores: |-
- AuthorName: "^dependabot$"
- AuthorDate: "-lt 2022-01-01T00:00:00Z"
AuthorName: "^octocat$"
git_limit: 100
ignores: |-
- Path: "^node_modules\\/"

0 comments on commit bc0451e

Please sign in to comment.