-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #56 from aws-cloudformation/release-0.7.0
Release 0.7.0
- Loading branch information
Showing
26 changed files
with
780 additions
and
330 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,7 @@ | ||
language: rust | ||
|
||
script: | ||
- cd cfn-guard && cargo build --verbose --all && cargo test --verbose --all | ||
script: | ||
- cd cfn-guard-lambda && cargo build --verbose --all && cargo test --verbose --all | ||
script: | ||
- cd cfn-guard-rulegen && cargo build --verbose --all && cargo test --verbose --all | ||
script: | ||
- cd cfn-guard-rulegen-lambda && cargo build --verbose --all && cargo test --verbose --all | ||
- pushd cfn-guard && cargo build --verbose --all && cargo test --verbose --all; popd | ||
- pushd cfn-guard-lambda && cargo build --verbose --all && cargo test --verbose --all; popd | ||
- pushd cfn-guard-rulegen && cargo build --verbose --all && cargo test --verbose --all; popd | ||
- pushd cfn-guard-rulegen-lambda && cargo build --verbose --all && cargo test --verbose --all; popd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
CloudFormation Guard | ||
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "cfn-guard-lambda" | ||
version = "0.6.0" | ||
version = "0.7.0" | ||
edition = "2018" | ||
|
||
[dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.