-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2573e7e
commit 86d967d
Showing
4 changed files
with
93 additions
and
21 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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
name: changelog | ||
permissions: write-all | ||
on: | ||
push: | ||
tags: | ||
- "*" | ||
workflow_dispatch: | ||
jobs: | ||
changelog: | ||
uses: clouddrove/github-shared-workflows/.github/workflows/changelog.yml@master | ||
secrets: inherit | ||
with: | ||
branch: 'master' |
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,25 +1,11 @@ | ||
name: tfsec | ||
permissions: write-all | ||
on: | ||
pull_request: | ||
|
||
workflow_dispatch: | ||
jobs: | ||
tfsec: | ||
name: tfsec sarif report | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Clone repo | ||
uses: actions/checkout@master | ||
|
||
- name: tfsec | ||
uses: aquasecurity/tfsec-sarif-action@v0.1.0 | ||
with: | ||
sarif_file: tfsec.sarif | ||
working_directory: _example | ||
full_repo_scan: true | ||
|
||
- name: Upload SARIF file | ||
uses: github/codeql-action/upload-sarif@v1 | ||
with: | ||
# Path to SARIF file relative to the root of the repository | ||
sarif_file: tfsec.sarif | ||
uses: clouddrove/github-shared-workflows/.github/workflows/tfsec.yml@master | ||
secrets: inherit | ||
with: | ||
working_directory: '.' |
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 |
---|---|---|
@@ -0,0 +1,74 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [1.3.0] - 2023-01-26 | ||
|
||
## [0.15.0] - 2020-05-20 | ||
### :bug: Bug Fixes | ||
- [`7c208a1`](https://github.com/clouddrove/terraform-aws-lambda/commit/7c208a125e0c9ff6671570e449108d47964f1c64) - use terraform letast version | ||
|
||
## [0.12.5.1] - 2021-11-09 | ||
|
||
## [0.14.0] - 2021-01-21 | ||
### :bug: Bug Fixes | ||
- [`e0e6d09`](https://github.com/clouddrove/terraform-aws-lambda/commit/e0e6d090a414307b783f3dae3ea85f081dcf11e3) - change reserved_concurrent_executions | ||
- [`9b0f87c`](https://github.com/clouddrove/terraform-aws-lambda/commit/9b0f87cad0cdace47cd3433b1af4c5117530689b) - update github-action & License update | ||
- [`e88db65`](https://github.com/clouddrove/terraform-aws-lambda/commit/e88db658ffc1bae26c4b9b7b624ec3069354dd2f) - update with new github-action | ||
- [`be10158`](https://github.com/clouddrove/terraform-aws-lambda/commit/be10158d8a08eb5c1b2e77c7b452d5abebef5a38) - update github-action,module tags and update in 0.15 | ||
|
||
|
||
## [0.13.0] - 2020-10-23 | ||
### :bug: Bug Fixes | ||
- [`c755f7d`](https://github.com/clouddrove/terraform-aws-lambda/commit/c755f7d22bfdef89527717c13c471c98c2369f68) - upgrade to 0.14 | ||
- [`22a1ecd`](https://github.com/clouddrove/terraform-aws-lambda/commit/22a1ecde066b7fabcfb9648002aa01fd8eb2910e) - Update main.tf | ||
- [`3f3629c`](https://github.com/clouddrove/terraform-aws-lambda/commit/3f3629c1e14ce778d3f4c01bf2761d002d4bc407) - Upgrade terraform version to 0.14 and update | ||
|
||
|
||
## [0.12.5] - 2020-04-15 | ||
### :bug: Bug Fixes | ||
- [`a30bc98`](https://github.com/clouddrove/terraform-aws-lambda/commit/a30bc98d3fd2d72a961c0b3df229b8dca8612b8f) - upgrade terraform version to 0.13.0 and add pipelines | ||
- [`42c356d`](https://github.com/clouddrove/terraform-aws-lambda/commit/42c356d2a1d359f64261b09eae2965be675f2d7e) - add terraform pipeline | ||
- [`d483117`](https://github.com/clouddrove/terraform-aws-lambda/commit/d4831175d41cd12ba7c8a2124e0970efbb3b7532) - update readme.yml pipeline | ||
- [`cf38687`](https://github.com/clouddrove/terraform-aws-lambda/commit/cf386874fd1fca9da7008c06f6fe1cb92cb7137a) - upgrade terraform to 0.13 version | ||
|
||
|
||
## [0.12.4] - 2020-04-07 | ||
### :bug: Bug Fixes | ||
- [`aefd895`](https://github.com/clouddrove/terraform-aws-lambda/commit/aefd895c75371d67f0329938c6b080dbe0c9b8c6) - change to fix a little bug | ||
- [`44b11b0`](https://github.com/clouddrove/terraform-aws-lambda/commit/44b11b0998de543fce3533d126d54c674ba5676a) - update lambda for do it lite | ||
|
||
## [0.12.3] - 2020-03-17 | ||
### :bug: Bug Fixes | ||
- [`80c91bf`](https://github.com/clouddrove/terraform-aws-lambda/commit/80c91bf9112a6744c09529bfbe5283df80a3eca3) - fix labels managedby variables | ||
|
||
|
||
## [0.12.2] - 2019-12-26 | ||
### :bug: Bug Fixes | ||
- [`36151c1`](https://github.com/clouddrove/terraform-aws-lambda/commit/36151c160a72a01ebc63c80ab1035540dc7942e2) - update terraorm for some syntax warning | ||
|
||
|
||
## [0.12.1] - 2019-10-22 | ||
### :bug: Bug Fixes | ||
- [`4225036`](https://github.com/clouddrove/terraform-aws-lambda/commit/4225036193da29aa298fa61750a3390bfc1aebc5) - fix | ||
|
||
## [0.12.0] - 2019-09-28 | ||
### :bug: Bug Fixes | ||
- [`36e7767`](https://github.com/clouddrove/terraform-aws-lambda/commit/36e7767cd3adaee3a725d949eeb59344813e29e7) - update role variables | ||
- [`b77daaf`](https://github.com/clouddrove/terraform-aws-lambda/commit/b77daaf473f3510bad4e315094822e45c480694c) - Update example.tf | ||
- [`2d4bb8e`](https://github.com/clouddrove/terraform-aws-lambda/commit/2d4bb8ebed1a1f4fac41fa24bd4d925553736089) - update iam policy actions | ||
|
||
|
||
[0.12.0]: https://github.com/clouddrove/terraform-aws-lambda/compare/0.12.0...master | ||
[0.12.1]: https://github.com/clouddrove/terraform-aws-lambda/compare/0.12.1...master | ||
[0.12.2]: https://github.com/clouddrove/terraform-aws-lambda/compare/0.12.2...master | ||
[0.12.3]: https://github.com/clouddrove/terraform-aws-lambda/compare/0.12.3...master | ||
[0.12.4]: https://github.com/clouddrove/terraform-aws-lambda/compare/0.12.4...master | ||
[0.12.5]: https://github.com/clouddrove/terraform-aws-lambda/compare/0.12.5...master | ||
[0.13.0]: https://github.com/clouddrove/terraform-aws-lambda/compare/0.13.0...master | ||
[0.14.0]: https://github.com/clouddrove/terraform-aws-lambda/compare/0.14.0...master | ||
[0.12.5.1]: https://github.com/clouddrove/terraform-aws-lambda/releases/tag/0.12.5.1 | ||
[0.15.0]: https://github.com/clouddrove/terraform-aws-ecr/compare/0.15.0...master | ||
[1.3.0]: https://github.com/clouddrove/terraform-aws-lambda/releases/tag/1.3.0 |
This file was deleted.
Oops, something went wrong.