Skip to content

Commit bb3e53d

Browse files
authored
preparing release: v0.7.1 (#27)
1 parent 7d6f4fb commit bb3e53d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The action supports the following parameters:
4545
| `report-artifact-log` | `true` | Report logs through job artifact |
4646
| `slack-webhook-endpoint` | | Slack webhook endpoint to report security events |
4747
| `apply-fs-events` | `false` | Enable processing filesystem events and display them in the process tree report |
48-
| `docker-image` | `docker.io/cycodelabs/cimon:v0.7.0` | Docker image reference |
48+
| `docker-image` | `docker.io/cycodelabs/cimon:v0.7.1` | Docker image reference |
4949
| `docker-image-pull` | `false` | Skip pulling image from registry (Used for debugging) |
5050
| `docker-username` | `false` | Username to pull image from registry (Used for debugging) |
5151
| `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
@@ -56,7 +56,7 @@ inputs:
5656
docker-image:
5757
description: Docker image reference
5858
required: true
59-
default: docker.io/cycodelabs/cimon:v0.7.0
59+
default: docker.io/cycodelabs/cimon:v0.7.1
6060
docker-image-pull:
6161
description: Skip pulling image from registry (Used for debugging)
6262
required: false

0 commit comments

Comments
 (0)