Skip to content

Commit 45fd449

Browse files
authored
Update action.yaml
1 parent 00932f4 commit 45fd449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ runs:
3939
-e SQ_URL=${{ inputs.sonar_host_url }} \
4040
-e SQ_AUTH_TOKEN=${{ inputs.sonar_token }} \
4141
-e REPORT_PATH=/app/data/ \
42-
-e SQ_PROJECTS="^${{ inputs.sonar_project_key }}$" \
42+
-e SQ_PROJECTS="${{ inputs.sonar_project_key }}" \
4343
-v $PWD:/app/data/ \
4444
accuknox/sastjob:1.0.2
4545
shell: bash

0 commit comments

Comments
 (0)