Patches from Erez's branch #508
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |