Skip to content

Commit

Permalink
release: prepare v0.4.0 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-ilgayev authored May 1, 2023
1 parent 76decff commit 95f072f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The action supports the following parameters:
| `report-process-tree` | `false` | Enable to report the process tree |
| `slack-webhook-endpoint` | | Slack webhook endpoint to report security events |
| `apply-fs-events` | `false` | Enable processing filesystem events and display them in the process tree report |
| `docker-image` | `docker.io/cycodelabs/cimon:v0.3.4` | Docker image reference |
| `docker-image` | `docker.io/cycodelabs/cimon:v0.4.0` | Docker image reference |
| `docker-image-pull` | `false` | Skip pulling image from registry (Used for debugging) |
| `docker-username` | `false` | Username to pull image from registry (Used for debugging) |
| `docker-password` | `false` | Password to pull image from registry (Used for debugging) |
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ inputs:
docker-image:
description: Docker image reference
required: true
default: docker.io/cycodelabs/cimon:v0.3.4
default: docker.io/cycodelabs/cimon:v0.4.0
docker-image-pull:
description: Skip pulling image from registry (Used for debugging)
required: false
Expand Down

0 comments on commit 95f072f

Please sign in to comment.