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 4aee3c9 commit afcc326Copy full SHA for afcc326
entrypoint.sh
@@ -42,7 +42,7 @@ process_input_options() {
42
if [[ "$key" == "--review_scope" ]]; then
43
value=$(remove_spaces "$value")
44
value=$(to_lowercase "$value")
45
- elif [[ "$key" == "--exclude_files" || "$key" == "--exclude_branches" ]]; then
+ elif [[ "$key" == "--exclude_files" || "$key" == "--exclude_branches" || "$key" == "--static_analysis_tool" ]]; then
46
47
fi
48
0 commit comments