Skip to content

Commit 2bf5665

Browse files
committed
Remove unused variable assignment; #136
1 parent 790c557 commit 2bf5665

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/com/cloudogu/ces/cesbuildlib/Trivy.groovy

-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ class Trivy implements Serializable {
137137
// Check if "format" is one of the trivyFormats or a template
138138
if (trivyFormats.any { format.contains(it) } || isTemplateFormat) {
139139
formatString = format
140-
fileExtension = "custom"
141140
break
142141
} else {
143142
script.error("This format did not match the supported formats: " + format)

0 commit comments

Comments
 (0)