Skip to content

Commit

Permalink
20230601A
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoalh committed Jun 1, 2023
1 parent 84c89de commit 9a89d54
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scan-virus-github-repository.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scan-virus-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scan-virus-remote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}"
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,11 @@ When this input is `False`, will ignore inputs:

#### `yara_unofficialassets`

`<RegEx[]>` 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.
`<RegEx[]>` 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`

Expand Down

0 comments on commit 9a89d54

Please sign in to comment.