github.com/Racer159/jackal@v0.32.7-0.20240401174413-0bd2339e4f2e/src/test/packages/24-evil-variables/jackal.yaml (about)

     1  kind: JackalPackageConfig
     2  metadata:
     3    name: evil-variables
     4    description: Test package to demonstrate bad ways to use Jackal variables
     5  
     6  components:
     7    - name: bad-set-variables-pattern
     8      description: "###JACKAL_PKG_TMPL_NUMB3R5###"
     9      required: true
    10      actions:
    11        onDeploy:
    12          before:
    13            - cmd: echo "Hello Kitteh"
    14              setVariables:
    15                - name: HELLO_KITTEH
    16                  # "Hello Kitteh" should not match a 40 char 0-f shasum string.
    17                  pattern: "^[\\da-f]{64}$"