Matthias Bertschy
06241fce03
Refactor release workflow to simplify tagging and remove unnecessary inputs
...
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com >
2025-12-15 08:08:07 +01:00
Matthias Bertschy
2b91023c6b
Update release workflow to include tagging in arguments
...
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com >
2025-12-15 07:59:26 +01:00
Matthias Bertschy
be250ff090
Add debug listing and adjust JUnit report options
2025-12-12 22:50:32 +01:00
Matthias Bertschy
d74803af28
Add skip flag and collect system test results
...
Add workflow input skip_system_tests and make RUN_E2E respect it. Add
System Tests Report step to publish JUnit XMLs. Update
goreleaser-post-e2e.sh to add GitHub Actions log grouping, capture
per-test logs under test-results/system-tests, and copy JUnit XML
results while preserving directory structure.
2025-12-12 22:24:30 +01:00
Matthias Bertschy
893bb86035
Add production secrets to release workflow
2025-12-12 21:40:29 +01:00
Matthias Bertschy
314a74b817
Require Python 3.9 for system tests
...
Update CI workflow and goreleaser post-e2e script to use Python 3.9.
Rename SYSTEST_REQUIRE_PY311 to SYSTEST_REQUIRE_PY39, prefer python3.9,
and change version checks to refuse venvs created with Python 3.10+. If
python3.9 is missing or wrong, honor E2E_FAIL_ON_ERROR: either fail the
release or skip system tests and clean up.
2025-12-12 21:25:01 +01:00
Matthias Bertschy
997bc2d23b
Use python3-dev in release workflow
2025-12-12 21:10:24 +01:00
Matthias Bertschy
5d1699291a
Install system dependencies in release workflow
...
Add apt-get step to install libpq5, libpq-dev, gcc, and python3.11-dev
for system tests and clean apt lists
2025-12-12 16:16:48 +01:00
Matthias Bertschy
bfca19bf25
Remove pip cache from release workflow
2025-12-12 15:59:11 +01:00
Matthias Bertschy
1b94d27fd6
Require Python 3.11 for system tests
2025-12-12 15:56:12 +01:00
Matthias Bertschy
89478eabcc
fix: add k8s Kind cluster creation step and clean up post-e2e script
...
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com >
2025-12-12 14:51:43 +01:00
Matthias Bertschy
54dda8bf31
fix: enable end-to-end tests in release workflow
...
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com >
2025-12-12 14:09:26 +01:00
Matthias Bertschy
270b3b320d
fix: enhance release workflow with optional skip publish input and add system tests execution
...
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com >
2025-12-12 13:19:52 +01:00
Matthias Bertschy
fa17ca26e1
fix: enhance release workflow with optional skip publish input and add system tests execution
...
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com >
2025-12-12 12:47:23 +01:00
Matthias Bertschy
68a9d0cf60
fix: update GITHUB_TOKEN handling and correct kubescape repository owner in configuration
...
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com >
2025-12-10 22:06:49 +01:00
Matthias Bertschy
d3824028c5
feat: add QEMU and Docker Buildx setup steps in release workflow
...
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com >
2025-12-10 21:30:40 +01:00
Matthias Bertschy
5013f91814
feat: add Syft setup step in release workflow
...
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com >
2025-12-10 21:16:24 +01:00
Matthias Bertschy
41e47c3ad3
fix: update runner to ubuntu-large in release configuration
...
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com >
2025-12-10 19:15:48 +01:00
Matthias Bertschy
abafa9eafa
fix: remove unnecessary secrets inheritance in release configuration
...
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com >
2025-12-10 18:35:10 +01:00
Matthias Bertschy
dce1ee4dc6
cleaning up release action
...
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com >
2025-12-10 18:31:25 +01:00
Matthias Bertschy
154fec1385
Allow artifact-metadata read in release workflow
...
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com >
2025-11-11 16:14:32 +01:00
Matthias Bertschy
5c2275e32a
Allow artifact-metadata read in release workflow
...
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com >
2025-11-11 16:13:16 +01:00
Matthias Bertschy
2da4736201
fix workflow permissions
...
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com >
2025-11-11 16:10:15 +01:00
dependabot[bot]
441d16aa08
Bump github.com/containerd/containerd/v2 from 2.0.5 to 2.0.7
...
Bumps [github.com/containerd/containerd/v2](https://github.com/containerd/containerd ) from 2.0.5 to 2.0.7.
- [Release notes](https://github.com/containerd/containerd/releases )
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md )
- [Commits](https://github.com/containerd/containerd/compare/v2.0.5...v2.0.7 )
---
updated-dependencies:
- dependency-name: github.com/containerd/containerd/v2
dependency-version: 2.0.7
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-07 08:04:26 +01:00
Matthias Bertschy
078d154ab8
chore: update runners to use ubuntu-large for improved performance
...
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com >
2025-10-15 10:12:24 +02:00
Amir Malka
7ebf078d0c
fix post-release workflow ( #1873 )
...
Signed-off-by: Amir Malka <amirm@armosec.io >
2025-09-02 19:51:20 +03:00
Matthias Bertschy
6042818a71
use go 1.24
...
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com >
2025-06-24 16:31:45 +02:00
Matthias Bertschy
b37c20aed9
fix workflow permissions
...
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com >
2025-06-24 16:01:11 +02:00
Matthias Bertschy
3de8204c43
fix workflow permissions
...
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com >
2025-06-24 15:59:27 +02:00
Matthias Bertschy
2added0f7c
use go 1.23, disable cache
...
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com >
2025-01-31 16:06:13 +01:00
Matthias Bertschy
bbb2aafc7e
try to override GITHUB_REF for krew publisher
...
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com >
2024-11-19 14:49:49 +01:00
jnathangreeg
e95352d31e
switch runner
...
Signed-off-by: jnathangreeg <jonathang@armosec.io >
2024-11-17 13:20:02 +02:00
Matthias Bertschy
45fb0f207e
try to move post-release steps into main workflow
...
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com >
2024-09-06 12:43:17 +02:00
David Wertenteil
77e21d5e94
fix
...
Signed-off-by: David Wertenteil <dwertent@armosec.io >
2024-04-30 16:28:19 +03:00
David Wertenteil
18e0a227e1
fix
...
Signed-off-by: David Wertenteil <dwertent@armosec.io >
2024-04-30 16:23:30 +03:00
David Wertenteil
e67a2e9d1c
permissions
...
Signed-off-by: David Wertenteil <dwertent@armosec.io >
2024-04-30 15:59:19 +03:00
David Wertenteil
97ce466fbd
update permissions
...
Signed-off-by: David Wertenteil <dwertent@armosec.io >
2024-04-30 10:27:23 +03:00
David Wertenteil
7811b0a4a6
adding attestations to the permissions
...
Signed-off-by: David Wertenteil <dwertent@armosec.io >
2024-04-30 10:21:35 +03:00
Matthias Bertschy
a2bd504e36
bump actions/checkout to v4
...
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com >
2024-03-25 08:42:47 +01:00
Matthias Bertschy
bdefcd2442
use goreleaser for builds
...
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com >
2024-01-09 08:10:05 +01:00
Daniel Grunberger
bd79fe4d8d
update go version
...
Signed-off-by: Daniel Grunberger <danielgrunberger@armosec.io >
2023-11-27 09:37:13 +02:00
Matthias Bertschy
df602af7cf
add more missing permissions for actions
...
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com >
2023-10-18 12:41:04 +02:00
Matthias Bertschy
143a4d9818
add top level permissions: read-all for openssf
...
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com >
2023-10-13 15:20:52 +02:00
Matthias Bertschy
3e7a6b516b
Separate docker builds for kubescape and kubescape-cli ( #1390 )
...
* create a separate Dockerfile for httphandler
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com >
* add Dockerfile for cli, edit README
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com >
* modify gh action to use new cli Dockerfile
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com >
---------
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com >
2023-09-18 17:13:08 +03:00
Amir Malka
0a0ef10d50
Control parallelism of opa rule processing by env var ( #1230 )
...
* control parallelism of opa rule processing by env var
Signed-off-by: Amir Malka <amirm@armosec.io >
* go 1.20
Signed-off-by: Amir Malka <amirm@armosec.io >
* update go.mod go.sum
Signed-off-by: Amir Malka <amirm@armosec.io >
---------
Signed-off-by: Amir Malka <amirm@armosec.io >
2023-05-14 14:59:21 +03:00
Hollow Man
640483e991
ci(release): fix publishing krew plugin; add .exe suffix to Win binary
...
Signed-off-by: Hollow Man <hollowman@opensuse.org >
2023-03-12 00:39:34 +02:00
Alessio Greggi
e419af6c03
ci: pin workflows versions to fixed commits
...
Signed-off-by: Alessio Greggi <ale_grey_91@hotmail.it >
2023-02-27 21:43:09 +01:00
David Wertenteil
5d6ac80c38
Move GITHUB_REF to the krew step
...
Signed-off-by: David Wertenteil <dwertent@armosec.io >
2023-02-26 14:47:25 +02:00
David Wertenteil
46682dfe16
Override GITHUB_REF env when releasing krew
...
Signed-off-by: David Wertenteil <dwertent@armosec.io >
2023-02-24 00:34:18 +02:00
Matthias Bertschy
31a693e9b6
enable krew plugin publishing action
...
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com >
2023-02-15 08:02:24 +01:00