Skip to content

Commit 1b41de8

Browse files
authored
Update polaris-ss-action.yml
1 parent 93aee99 commit 1b41de8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/polaris-ss-action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
polaris_server_url: ${{ vars.POLARIS_SERVERURL }}
2626
polaris_access_token: ${{ secrets.POLARIS_ACCESSTOKEN }}
2727
polaris_assessment_types: SAST,SCA
28+
polaris_test_sast_type: ${{ github.event_name != 'pull_request' && 'SAST-FULL' || 'SAST-RAPID' }}
2829
polaris_application_name: chuckaude-${{ github.event.repository.name }}
2930
polaris_prComment_enabled: true
3031
polaris_reports_sarif_create: true

0 commit comments

Comments
 (0)