forked from SeisoLLC/easy_infra
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpipe.yml
More file actions
27 lines (27 loc) · 794 Bytes
/
Copy pathpipe.yml
File metadata and controls
27 lines (27 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
NOTICE: |
This is just for illustrative purposes; BitBucket requires that pipe.yml files be hosted on bitbucket so we use `pipe: docker://` in our examples to go direct
to Docker Hub, bypassing the use of this file.
---
name: Easy Infra (terraform)
description: A docker container to simplify and secure the use of Infrastructure as Code (IaC)
image: seiso/easy_infra:2024.01.05-terraform
category: Security
repository: https://github.com/seisollc/easy_infra
maintainer:
name: Seiso
website: https://SeisoLLC.com/
vendor:
name: Seiso
website: https://SeisoLLC.com/
variables:
- name: COMMAND
default: "terraform validate"
- name: LEARNING_MODE
default: "false"
- name: TERRAFORM_VERSION
default: "$TERRAFORM_VERSION"
tags:
- seiso
- security
- terraform