diff --git a/.github/workflows/golicense-pr-validation.yaml b/.github/workflows/golicense-pr-validation.yaml index fbec8813..47f49b52 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 ./... \ No newline at end of file