File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 description : ' Base API path for the Command API'
4747 required : false
4848
49- permissions :
50- pull-requests : write
51- contents : write
52-
5349jobs :
5450 call-assign-from-json-workflow :
5551 uses : Keyfactor/actions/.github/workflows/assign-env-from-json.yml@v5
@@ -152,11 +148,11 @@ jobs:
152148 secrets :
153149 token : ${{ secrets.token }}
154150
155- call-polaris-scan-workflow :
156- if : github.event_name == 'pull_request' && (startsWith(github.base_ref, 'release-') || github.base_ref == 'main')
157- uses : Keyfactor/actions/.github/workflows/kf-polaris-scan.yml@v4
158- with :
159- scan_branch : ${{ github.event.pull_request.head.ref }}
151+ # call-polaris-scan-workflow:
152+ # if: github.event_name == 'pull_request' && (startsWith(github.base_ref, 'release-') || github.base_ref == 'main')
153+ # uses: Keyfactor/actions/.github/workflows/kf-polaris-scan.yml@v4
154+ # with:
155+ # scan_branch: ${{ github.event.pull_request.head.ref }}
160156
161157 call-post-release-workflow :
162158 needs : [ call-assign-from-json-workflow, call-create-github-release-workflow ]
You can’t perform that action at this time.
0 commit comments