Skip to content

Commit

Permalink
release: prepare v0.3.4 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-ilgayev authored Apr 18, 2023
1 parent 848eb5d commit 76decff
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.3` | Docker image reference |
| `docker-image` | `docker.io/cycodelabs/cimon:v0.3.4` | 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.3
default: docker.io/cycodelabs/cimon:v0.3.4
docker-image-pull:
description: Skip pulling image from registry (Used for debugging)
required: false
Expand Down

0 comments on commit 76decff

Please sign in to comment.