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 096b976 commit c33f75cCopy full SHA for c33f75c
action.yml
@@ -26,10 +26,10 @@ inputs:
26
description: "Command line options for Coderrect Scanner"
27
required: false
28
default: "-analyzeAllBinaries"
29
- config:
30
- description: "Coderrect configuration file"
+ exit0:
+ description: "Force Coderrect to exit with 0 even when races are detected"
31
32
- default: ""
+ default: false
33
runs:
34
using: composite
35
steps:
@@ -46,5 +46,5 @@ runs:
46
shell: bash
47
- run: |
48
cd ${{ inputs.buildPath }}
49
- coderrect -publishResults -report.host=${{ inputs.host }}
+ coderrect -publish.cloud=${{ inputs.host }} -publish.exit0=${{ inputs.exit0 }}
50
0 commit comments