We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93aee99 commit 1b41de8Copy full SHA for 1b41de8
.github/workflows/polaris-ss-action.yml
@@ -25,6 +25,7 @@ jobs:
25
polaris_server_url: ${{ vars.POLARIS_SERVERURL }}
26
polaris_access_token: ${{ secrets.POLARIS_ACCESSTOKEN }}
27
polaris_assessment_types: SAST,SCA
28
+ polaris_test_sast_type: ${{ github.event_name != 'pull_request' && 'SAST-FULL' || 'SAST-RAPID' }}
29
polaris_application_name: chuckaude-${{ github.event.repository.name }}
30
polaris_prComment_enabled: true
31
polaris_reports_sarif_create: true
0 commit comments