We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00932f4 commit 45fd449Copy full SHA for 45fd449
action.yaml
@@ -39,7 +39,7 @@ runs:
39
-e SQ_URL=${{ inputs.sonar_host_url }} \
40
-e SQ_AUTH_TOKEN=${{ inputs.sonar_token }} \
41
-e REPORT_PATH=/app/data/ \
42
- -e SQ_PROJECTS="^${{ inputs.sonar_project_key }}$" \
+ -e SQ_PROJECTS="${{ inputs.sonar_project_key }}" \
43
-v $PWD:/app/data/ \
44
accuknox/sastjob:1.0.2
45
shell: bash
0 commit comments