Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoalh committed Jun 23, 2023
1 parent f61754a commit 6bb072c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ body:
description: "What versions are affected? Versions must be listed as supported in the Security Policy (file: `SECURITY.md`)."
multiple: true
options:
- "v0.16.0"
- "v0.16.0+clamav"
- "v0.16.0+yara"
- "v0.15.1"
- "v0.15.1+clamav"
- "v0.15.1+yara"
Expand Down
1 change: 1 addition & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
| **Versions** | **Status** | **Target - GitHub Actions Runner** | **Target - Docker** |
|:-:|:-:|:-:|:-:|
| v0.16.X || >= v2.303.0 | Latest Release |
| v0.15.X || >= v2.303.0 | Latest Release |
| v0.14.X || >= v2.303.0 | Latest Release |
| v0.13.X | 👎{🧓} | >= v2.303.0 | Latest Release |
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ outputs:
description: "{Boolean} Whether there has element which found virus."
runs:
using: "docker"
image: "docker://ghcr.io/hugoalh/scan-virus-ghaction:0.15.1"
image: "docker://ghcr.io/hugoalh/scan-virus-ghaction:0.16.0"
branding:
icon: "shield"
color: "red"
2 changes: 1 addition & 1 deletion clamav/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ outputs:
description: "{Boolean} Whether there has element which found virus"
runs:
using: "docker"
image: "docker://ghcr.io/hugoalh/scan-virus-ghaction:0.15.1-clamav"
image: "docker://ghcr.io/hugoalh/scan-virus-ghaction:0.16.0-clamav"
branding:
icon: "shield"
color: "red"
2 changes: 1 addition & 1 deletion yara/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ outputs:
description: "{Boolean} Whether there has element which found virus"
runs:
using: "docker"
image: "docker://ghcr.io/hugoalh/scan-virus-ghaction:0.15.1-yara"
image: "docker://ghcr.io/hugoalh/scan-virus-ghaction:0.16.0-yara"
branding:
icon: "shield"
color: "red"

0 comments on commit 6bb072c

Please sign in to comment.