Skip to content

Commit

Permalink
remove exit-code parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfgang Ellsaesser committed Jul 19, 2024
1 parent 0d3a5dc commit b2ef334
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions pipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ variables:
description: 'Scan reference'
required: false
default: '.'
- name: exitCode
description: 'exit code when vulnerabilities were found'
required: false
default: '0'
- name: ignoreUnfixed
description: 'ignore unfixed vulnerabilities'
required: false
Expand Down
3 changes: 0 additions & 3 deletions pipe/pipe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ fi
if [ $template ] ;then
ARGS="$ARGS --template $template"
fi
if [ $exitCode ];then
ARGS="$ARGS --exit-code $exitCode"
fi
if [ "$ignoreUnfixed" == "true" ] && [ "$scanType" != "config" ];then
ARGS="$ARGS --ignore-unfixed"
SARIF_ARGS="$SARIF_ARGS --ignore-unfixed"
Expand Down

0 comments on commit b2ef334

Please sign in to comment.