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