Skip to content

Commit af4a02d

Browse files
authored
Update starter.yml
1 parent 359071d commit af4a02d

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

.github/workflows/starter.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ on:
4646
description: 'Base API path for the Command API'
4747
required: false
4848

49-
permissions:
50-
pull-requests: write
51-
contents: write
52-
5349
jobs:
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 ]

0 commit comments

Comments
 (0)