diff --git a/action.yml b/action.yml index 270eb4a..838a4c0 100644 --- a/action.yml +++ b/action.yml @@ -11,4 +11,5 @@ inputs: runs: using: 'docker' image: 'Dockerfile' - args: ['${{ inputs.filenames }}'] \ No newline at end of file + entrypoint: '/kubeconform' + args: ['-summary', '${{ inputs.filenames }}'] \ No newline at end of file