We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 790c557 commit 2bf5665Copy full SHA for 2bf5665
src/com/cloudogu/ces/cesbuildlib/Trivy.groovy
@@ -137,7 +137,6 @@ class Trivy implements Serializable {
137
// Check if "format" is one of the trivyFormats or a template
138
if (trivyFormats.any { format.contains(it) } || isTemplateFormat) {
139
formatString = format
140
- fileExtension = "custom"
141
break
142
} else {
143
script.error("This format did not match the supported formats: " + format)
0 commit comments