Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions falco.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: falco
version: "0.41.1"
epoch: 1
version: "0.41.2"
epoch: 0
description: Cloud Native Runtime Security
copyright:
- license: Apache-2.0
Expand All @@ -12,7 +12,7 @@ package:
resources:
# https://go/wolfi-rsc/falco
cpu: 20
memory: 20Gi
memory: 40Gi

vars:
llvm-vers: 19
Expand Down Expand Up @@ -76,7 +76,7 @@ pipeline:
with:
repository: https://github.com/falcosecurity/falco
tag: ${{package.version}}
expected-commit: 9652de9f5d1a1675087de4c583ba7f50dcfdf6f5
expected-commit: dd9fb0dbac4f3cc2a7f4f644690002111a98d194
recurse-submodules: true

- uses: patch
Expand Down
Loading