From 9a89d54ec37109339e3bf5d0b0dc401c9e0d34b6 Mon Sep 17 00:00:00 2001 From: hugoalh <32359235+hugoalh@users.noreply.github.com> Date: Thu, 1 Jun 2023 12:41:58 +0800 Subject: [PATCH] 20230601A --- .github/workflows/scan-virus-github-repository.yml | 2 +- .github/workflows/scan-virus-npm.yml | 2 +- .github/workflows/scan-virus-remote.yml | 2 +- README.md | 6 +++++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/scan-virus-github-repository.yml b/.github/workflows/scan-virus-github-repository.yml index c2bd48f6..7d90f51d 100644 --- a/.github/workflows/scan-virus-github-repository.yml +++ b/.github/workflows/scan-virus-github-repository.yml @@ -68,7 +68,7 @@ jobs: token: "${{secrets.GHP_SCANVIRUSCLONEREPOSITORY}}" fetch-depth: 0 - name: "Scan Virus" - uses: "hugoalh/scan-virus-ghaction@v0.13.2" + uses: "hugoalh/scan-virus-ghaction/clamav@v0.14.0" with: git_integrate: "True" git_limit: "30" diff --git a/.github/workflows/scan-virus-npm.yml b/.github/workflows/scan-virus-npm.yml index 3948fe0e..5330c171 100644 --- a/.github/workflows/scan-virus-npm.yml +++ b/.github/workflows/scan-virus-npm.yml @@ -59,7 +59,7 @@ jobs: fail-fast: false steps: - name: "Scan Virus" - uses: "hugoalh/scan-virus-ghaction@v0.13.2" + uses: "hugoalh/scan-virus-ghaction/clamav@v0.14.0" with: input_listdelimiter: "\\r?\\n" targets: "${{fromJson(matrix.group).uris}}" diff --git a/.github/workflows/scan-virus-remote.yml b/.github/workflows/scan-virus-remote.yml index 82e9ef17..49f70941 100644 --- a/.github/workflows/scan-virus-remote.yml +++ b/.github/workflows/scan-virus-remote.yml @@ -16,7 +16,7 @@ jobs: runs-on: "ubuntu-latest" steps: - name: "Scan Virus" - uses: "hugoalh/scan-virus-ghaction@v0.13.2" + uses: "hugoalh/scan-virus-ghaction/clamav@v0.14.0" with: input_listdelimiter: "${{github.event.inputs.input_listdelimiter}}" targets: "${{github.event.inputs.targets}}" diff --git a/README.md b/README.md index b7b7adcb..c598e889 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,11 @@ When this input is `False`, will ignore inputs: #### `yara_unofficialassets` -`` YARA unofficial assets to use, by regular expression and the [YARA unofficial assets list][yara-unofficial-assets-list], separate each name by [list delimiter (input `input_listdelimiter`)](#input_listdelimiter); By default, all of the unofficial assets are not in use. +`` YARA unofficial assets to use, by regular expression and the [YARA unofficial assets list][yara-unofficial-assets-list], separate each name by [list delimiter (input `input_listdelimiter`)](#input_listdelimiter). + +Before v0.14.0, all of the unofficial assets are not in use unless specified. + +Begin from v0.14.0, all of the unofficial assets are in use if not specified. #### `ignores`