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 d6aa948 commit a8b2a41Copy full SHA for a8b2a41
.github/workflows/polaris-workflow.yml
@@ -27,6 +27,7 @@ jobs:
27
with:
28
polaris_server_url: ${{ vars.POLARIS_URL }}
29
polaris_access_token: ${{ secrets.POLARIS_ACCESS_TOKEN }}
30
+ polaris_application_name: mkoishi-${{ github.event.repository.name }}
31
polaris_assessment_types: SAST,SCA
32
polaris_waitForScan: true
33
mark_build_status: failure
0 commit comments