From d33f6f024382ef76d162cfd35b58f184f5536f31 Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Date: Thu, 17 Oct 2024 08:47:41 +0300 Subject: [PATCH] Use mindersec for lint job as opposed to the previous org (#187) This will fix the job. Signed-off-by: Juan Antonio Osorio --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 4283bfe..03211b2 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -20,7 +20,7 @@ jobs: check-latest: true - name: Lint Rule Types - run: go run github.com/stacklok/minder/cmd/dev@latest ruletype lint -r rule-types/github --skip-rego + run: go run github.com/mindersec/minder/cmd/dev@latest ruletype lint -r rule-types/github --skip-rego - name: Ensure rule type release_phase is set run: |