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

     1  [
     2    {
     3      "Level": 2,
     4      "Location": {
     5        "Action": "install",
     6        "Mixin": "exec",
     7        "StepNumber": 2,
     8        "StepDescription": "Install Hello World"
     9      },
    10      "Code": "exec-100",
    11      "Title": "bash -c argument missing wrapping quotes",
    12      "Message": "The bash -c flag argument must be wrapped in quotes, for example\nexec:\n  description: Say Hello\n  command: bash\n  flags:\n    c: '\"echo Hello World\"'\n",
    13      "URL": "https://porter.sh/best-practices/exec-mixin/#quoting-escaping-bash-and-yaml"
    14    }
    15  ]