We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e98fe4 commit 729f91cCopy full SHA for 729f91c
falcosidekick.yaml
@@ -1,7 +1,7 @@
1
package:
2
name: falcosidekick
3
- version: 2.30.0
4
- epoch: 3
+ version: "2.31.0"
+ epoch: 0
5
description: Connect Falco to your ecosystem
6
copyright:
7
- license: MIT
@@ -17,14 +17,10 @@ environment:
17
pipeline:
18
- uses: git-checkout
19
with:
20
- expected-commit: d4483901926f3ac55d0546fde2b51f1da9dc1aaa
+ expected-commit: 9984c0552837f90cc1fc29fd6dd546d58653f741
21
repository: https://github.com/falcosecurity/falcosidekick
22
tag: ${{package.version}}
23
24
- - uses: go/bump
25
- with:
26
- deps: golang.org/x/[email protected] golang.org/x/[email protected]
27
-
28
- runs: |
29
make falcosidekick RELEASE=${{package.version}}
30
mkdir -p ${{targets.destdir}}/usr/bin
0 commit comments