Skip to content

Commit 3c32d1b

Browse files
committed
release: prepare v0.5.0
1 parent 544f316 commit 3c32d1b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The action supports the following parameters:
3636
| `report-artifact-log` | `true` | Report logs through job artifact |
3737
| `slack-webhook-endpoint` | | Slack webhook endpoint to report security events |
3838
| `apply-fs-events` | `false` | Enable processing filesystem events and display them in the process tree report |
39-
| `docker-image` | `docker.io/cycodelabs/cimon:v0.4.0` | Docker image reference |
39+
| `docker-image` | `docker.io/cycodelabs/cimon:v0.5.0` | Docker image reference |
4040
| `docker-image-pull` | `false` | Skip pulling image from registry (Used for debugging) |
4141
| `docker-username` | `false` | Username to pull image from registry (Used for debugging) |
4242
| `docker-password` | `false` | Password to pull image from registry (Used for debugging) |

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ inputs:
4747
docker-image:
4848
description: Docker image reference
4949
required: true
50-
default: docker.io/cycodelabs/cimon:v0.4.0
50+
default: docker.io/cycodelabs/cimon:v0.5.0
5151
docker-image-pull:
5252
description: Skip pulling image from registry (Used for debugging)
5353
required: false

0 commit comments

Comments
 (0)