-
Notifications
You must be signed in to change notification settings - Fork 621
Open
Description
CloudFormation Lint Version
N/A
What operating system are you using?
Ubuntu, Mac
Describe the bug
When investigating #4273 I also noticed the published artifacts schemas-cfnlint.zip and schemas-draft7.zip are not .zip but .tar.gz.
$ curl -sL https://github.com/aws-cloudformation/cfn-lint/releases/download/v1.40.3/schemas-draft7.zip | head -c 4 | xxd -p | awk '
/^504b0304/ {print "zip"; exit}
/^1f8b08/ {print "gzip"; exit}
{print "other"}'
gzip
Expected behavior
N/A
Reproduction template
N/A.
Metadata
Metadata
Assignees
Labels
No labels