diff --git a/content/en/blog/falco-talon-v0-2-0/images/falco-talon-v0-2-0-1.png b/content/en/blog/falco-talon-v0-2-0/images/falco-talon-v0-2-0-1.png deleted file mode 100644 index 22740a911..000000000 Binary files a/content/en/blog/falco-talon-v0-2-0/images/falco-talon-v0-2-0-1.png and /dev/null differ diff --git a/content/en/blog/falco-talon-v0-2-0/index.md b/content/en/blog/falco-talon-v0-2-0/index.md index f932056d9..0599b46ce 100644 --- a/content/en/blog/falco-talon-v0-2-0/index.md +++ b/content/en/blog/falco-talon-v0-2-0/index.md @@ -16,7 +16,15 @@ Falco Talon 0.2.0 is a minor release that includes new actionners and outputs, a * Add `gcp:function` actionner: - Now users can call GCP function to automate GCP tasks, with authentication and authorization out of the box. -![gcp-function](/blog/falco-talon-v0-2-0/images/falco-talon-v0-2-0-1.png) +```yaml +- action: Invoke GCP function + actionner: gcp:function + additional_contexts: + - aws + parameters: + gcp_function_name: simple-http-function + gcp_function_location: us-central1 +``` * Add `gcp:gcs` output - Now users can send output directly to GCP Google Cloud Storage, same way as s3 and minio existing outputs. ![gcp-gcs](/blog/falco-talon-v0-2-0/images/falco-talon-v0-2-0-2.png) @@ -26,7 +34,7 @@ Falco Talon 0.2.0 is a minor release that includes new actionners and outputs, a ## Fixes -* Allow to `check` and `print` commands to work without specifying a `config.yaml` +* An existing `config.yaml` file is not required anymore to check the syntax of your rules files. ## Try it! 🏎️