AMD64
no language set
Git
gbarctester2/test23:.travis.yml@32c6f74
dist: bionic
language: generic
keys:
  - SIGN_KEY
before_script:
  - travis_key SIGN_KEY cosign.key
script:
  - cat cosign.key
  - docker build . -t testtest
  - cosign sign --key cosign.key testtest
Build Config
{
  "language": "generic",
  "os": [
    "linux"
  ],
  "dist": "bionic",
  "keys": [
    "SIGN_KEY"
  ],
  "before_script": [
    "travis_key SIGN_KEY cosign.key"
  ],
  "script": [
    "cat cosign.key",
    "docker build . -t testtest",
    "cosign sign --key cosign.key testtest"
  ]
}