We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c8a94b commit 2c8ae48Copy full SHA for 2c8ae48
1 file changed
tasks/JFrogDocker/docker.ts
@@ -28,9 +28,7 @@ function RunTaskCbk(cliPath: string): void {
28
}
29
case 'Scan': {
30
serverId = utils.configureDefaultXrayServer('xray_docker_scan', cliPath, defaultWorkDir);
31
- if (tl.getBoolInput('allowFailBuild', false)) {
32
- cliCommand = utils.addBoolParam(cliCommand, 'allowFailBuild', 'fail');
33
- }
+ cliCommand = utils.addBoolParam(cliCommand, 'allowFailBuild', 'fail');
34
35
if (tl.getBoolInput('allowBypassArchiveLimits', false)) {
36
cliCommand = utils.addBoolParam(cliCommand, 'allowBypassArchiveLimits', 'bypass-archive-limits');
0 commit comments