We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 480b2aa commit 89a66cbCopy full SHA for 89a66cb
1 file changed
azure-pipelines.yml
@@ -16,8 +16,9 @@ steps:
16
script: |
17
export BRIDGE_POLARIS_APPLICATION_NAME=rmichael-app
18
export BRIDGE_POLARIS_PROJECT_NAME=P5
19
+ export BRIDGE_POLARIS_ACCESSTOKEN=$(BRIDGE_POLARIS_ACCESSTOKEN)
20
curl -fLsS -o $(Agent.TempDirectory)/bridge.zip $BRIDGE
21
unzip -qo -d $(Agent.TempDirectory)/bridge $(Agent.TempDirectory)/bridge.zip
- $(Agent.TempDirectory)/bridge/bridge --stage polaris polaris.assessment.types='["SAST","SCA"]'
22
+ $(Agent.TempDirectory)/bridge/bridge --stage polaris polaris.serverUrl=https://poc.polaris.synopsys.com polaris.application.name="rmichael-app" polaris.project.name="P5" polaris.assessment.types=[\"SAST\",\"SCA\"]
23
displayName: 'Polaris Scan'
24
0 commit comments