Initial draft of plugin.
All checks were successful
All checks were successful
This commit is contained in:
parent
04aba2764d
commit
39f78d9c0e
17 changed files with 712 additions and 0 deletions
9
entrypoint.sh
Executable file
9
entrypoint.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
set -eu;
|
||||
|
||||
echo "Validate: ${PLUGIN_FILES:-catalog-info.yaml}"
|
||||
echo
|
||||
|
||||
# ignore spaces escaping to enable multiple parameter
|
||||
# shellcheck disable=SC2086
|
||||
validate-entity ${PLUGIN_FILES:-catalog-info.yaml}
|
Loading…
Add table
Add a link
Reference in a new issue