Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions metadata/denied-arguments.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ apache_solr8_tools org.apache.solr.util.SolrCLI
# DataDog JMXFetch
datadog_jmxfetch org.datadog.jmxfetch.App Skip DataDog JMXFetch

# Open Liberty
open_liberty_utility_main com.ibm.ws.kernel.boot.cmdline.UtilityMain Skip UtilityMain that expected single jar in classpath

# Elastic Search 7+
elasticsearch7 -Des.path.home=* Skip Elastic Search 7+ commands

Expand Down
17 changes: 17 additions & 0 deletions metadata/requirements.json
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,23 @@
],
"envars": null
},
{
"id": "open_liberty_utility_main",
"description": "Skip UtilityMain that expected single jar in classpath",
"os": null,
"cmds": [
"**/java"
],
"args": [
{
"args": [
"com.ibm.ws.kernel.boot.cmdline.UtilityMain"
],
"position": null
}
],
"envars": null
},
{
"id": "elasticsearch7",
"description": "Skip Elastic Search 7+ commands",
Expand Down