get.porter.sh/porter@v1.3.0/pkg/porter/testdata/lint/results_warning.txt (about)

     1  warning(exec-100) - bash -c argument missing wrapping quotes
     2  install: 2nd step in the exec mixin (Install Hello World)
     3  The bash -c flag argument must be wrapped in quotes, for example
     4  exec:
     5    description: Say Hello
     6    command: bash
     7    flags:
     8      c: '"echo Hello World"'
     9  
    10  See https://porter.sh/best-practices/exec-mixin/#quoting-escaping-bash-and-yaml for more information
    11  ---
    12  
    13  ✨ Bundle validation was successful!