Skip to content

Commit

Permalink
add block in code instead of image
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Eulalio <igor.eulalio@sysdig.com>
  • Loading branch information
IgorEulalio authored and poiana committed Nov 27, 2024
1 parent f581aba commit 615433c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Binary file not shown.
12 changes: 10 additions & 2 deletions content/en/blog/falco-talon-v0-2-0/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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! 🏎️

Expand Down

0 comments on commit 615433c

Please sign in to comment.