From 95de088dceba4441cba9649b7b436c84e183498d Mon Sep 17 00:00:00 2001 From: Tommy Skaug Date: Mon, 11 Nov 2024 21:12:45 +0100 Subject: [PATCH] chore: update validation workflow (lower audit requirements a bit) and taskfile for local act test --- .forgejo/workflows/validate-charts.yaml | 2 +- Taskfile.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/validate-charts.yaml b/.forgejo/workflows/validate-charts.yaml index a444e28..0d5ff03 100644 --- a/.forgejo/workflows/validate-charts.yaml +++ b/.forgejo/workflows/validate-charts.yaml @@ -66,7 +66,7 @@ jobs: --helm-values "$repo/values.yaml" \ --format pretty \ --set-exit-code-on-danger \ - --set-exit-code-below-score 90 + --set-exit-code-below-score 80 done validate-api: diff --git a/Taskfile.yaml b/Taskfile.yaml index 1042b14..f2f6b85 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -11,7 +11,7 @@ tasks: DOCKER_HOST: ssh://colima cmds: - | - act --container-architecture linux/amd64 -W .forgejo -P flakes-action=code.252.no/tommy/flakes-action:latest + act --container-architecture linux/amd64 -W .forgejo/workflows -P flakes-action=code.252.no/tommy/flakes-action:latest test: silent: false