Skip to content

Patches from Erez's branch #508

Patches from Erez's branch

Patches from Erez's branch #508

Workflow file for this run

# SPDX-License-Identifier: LGPL-3.0-or-later
# SPDX-FileCopyrightText: Copyright © 2024 Intel Corporation. All rights reserved.
#
# @author Song Yoong Siang <[email protected]>
# @copyright © 2024 Intel Corporation. All rights reserved.
# @license LGPL-3.0-or-later
#
# scan virus
###############################################################################
name: "Virus Scan"
permissions: read-all
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
job_id:
name: Scan Virus
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Scan Repository
uses: hugoalh/[email protected]
with:
statistics_summary: True