mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
new file: projects/github.com/aws-cloudformation/cfn-lint/package.yml
new file: projects/github.com/aws-cloudformation/cfn-lint/test.yml
This commit is contained in:
parent
aa436de856
commit
8c98285946
21
projects/github.com/aws-cloudformation/cfn-lint/package.yml
Normal file
21
projects/github.com/aws-cloudformation/cfn-lint/package.yml
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
distributable:
|
||||||
|
url: https://github.com/aws-cloudformation/cfn-lint/archive/v{{version}}.tar.gz
|
||||||
|
strip-components: 1
|
||||||
|
versions:
|
||||||
|
github: aws-cloudformation/cfn-lint
|
||||||
|
dependencies:
|
||||||
|
python.org: ^3.11
|
||||||
|
pyyaml.org: '*'
|
||||||
|
github.com/benjaminp/six: '*'
|
||||||
|
build:
|
||||||
|
dependencies:
|
||||||
|
tea.xyz/gx/cc: c99
|
||||||
|
rust-lang.org: '*'
|
||||||
|
script:
|
||||||
|
- python-venv.sh {{prefix}}/bin/cfn-lint
|
||||||
|
provides:
|
||||||
|
- bin/cfn-lint
|
||||||
|
test:
|
||||||
|
script:
|
||||||
|
- cfn-lint test.yml
|
||||||
|
- cfn-lint -v | grep {{version}}
|
11
projects/github.com/aws-cloudformation/cfn-lint/test.yml
Normal file
11
projects/github.com/aws-cloudformation/cfn-lint/test.yml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
---
|
||||||
|
AWSTemplateFormatVersion: '2010-09-09'
|
||||||
|
Resources:
|
||||||
|
# Helps tests map resource types
|
||||||
|
IamPipeline:
|
||||||
|
Type: "AWS::CloudFormation::Stack"
|
||||||
|
Properties:
|
||||||
|
TemplateURL: !Sub 'https://s3.${AWS::Region}.amazonaws.com/bucket-dne-${AWS::Region}/${AWS::AccountId}/pipeline.yaml'
|
||||||
|
Parameters:
|
||||||
|
DeploymentName: iam-pipeline
|
||||||
|
Deploy: 'auto'
|
Loading…
Reference in a new issue