From d0ac5f3337f08b0b41967e0fd5d02e1d4a07a6ef Mon Sep 17 00:00:00 2001 From: umar Date: Mon, 20 May 2024 17:18:00 +0530 Subject: [PATCH] ignored palette-api-go --- .github/workflows/golicense-pr-validation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/golicense-pr-validation.yaml b/.github/workflows/golicense-pr-validation.yaml index 47f49b52..0659e706 100644 --- a/.github/workflows/golicense-pr-validation.yaml +++ b/.github/workflows/golicense-pr-validation.yaml @@ -23,4 +23,4 @@ jobs: /usr/bin/git config --global --add url."https://${{ secrets.GH_TOKEN }}:x-oauth-basic@github".insteadOf git@github - name: go-licenses-scan - run: go-licenses check --ignore github.com/spectrocloud ./... \ No newline at end of file + run: go-licenses check --ignore github.com/spectrocloud --ignore github.com/spectrocloud/palette-api-go ./... \ No newline at end of file