Skip to content

Commit c33f75c

Browse files
authored
Update action.yml
1 parent 096b976 commit c33f75c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ inputs:
2626
description: "Command line options for Coderrect Scanner"
2727
required: false
2828
default: "-analyzeAllBinaries"
29-
config:
30-
description: "Coderrect configuration file"
29+
exit0:
30+
description: "Force Coderrect to exit with 0 even when races are detected"
3131
required: false
32-
default: ""
32+
default: false
3333
runs:
3434
using: composite
3535
steps:
@@ -46,5 +46,5 @@ runs:
4646
shell: bash
4747
- run: |
4848
cd ${{ inputs.buildPath }}
49-
coderrect -publishResults -report.host=${{ inputs.host }}
49+
coderrect -publish.cloud=${{ inputs.host }} -publish.exit0=${{ inputs.exit0 }}
5050
shell: bash

0 commit comments

Comments
 (0)