diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..e9c5194 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @splunk/products-gdi-addons-adminrepo \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 8f1172f..57445a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,5 @@ -# Container image that runs your code -FROM ghcr.io/splunk/workflow-engine-base:2.0.12 +FROM ghcr.io/splunk/workflow-engine-base:3.0.0 -# Copies your code file from your action repository to the filesystem path `/` of the container COPY entrypoint.sh /entrypoint.sh -# Code file to execute when the docker container starts up (`entrypoint.sh`) -ENTRYPOINT ["bash","-x","/entrypoint.sh"] +ENTRYPOINT ["bash", "-x", "/entrypoint.sh"]