Skip to content

Commit 95f072f

Browse files
authored
release: prepare v0.4.0 (#16)
1 parent 76decff commit 95f072f

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
@@ -35,7 +35,7 @@ The action supports the following parameters:
3535
| `report-process-tree` | `false` | Enable to report the process tree |
3636
| `slack-webhook-endpoint` | | Slack webhook endpoint to report security events |
3737
| `apply-fs-events` | `false` | Enable processing filesystem events and display them in the process tree report |
38-
| `docker-image` | `docker.io/cycodelabs/cimon:v0.3.4` | Docker image reference |
38+
| `docker-image` | `docker.io/cycodelabs/cimon:v0.4.0` | Docker image reference |
3939
| `docker-image-pull` | `false` | Skip pulling image from registry (Used for debugging) |
4040
| `docker-username` | `false` | Username to pull image from registry (Used for debugging) |
4141
| `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
@@ -39,7 +39,7 @@ inputs:
3939
docker-image:
4040
description: Docker image reference
4141
required: true
42-
default: docker.io/cycodelabs/cimon:v0.3.4
42+
default: docker.io/cycodelabs/cimon:v0.4.0
4343
docker-image-pull:
4444
description: Skip pulling image from registry (Used for debugging)
4545
required: false

0 commit comments

Comments
 (0)