Skip to content

Commit 32263db

Browse files
authored
Merge pull request #17 from clouddrove/issue-385
2 parents 887596a + 83b493c commit 32263db

File tree

4 files changed

+105
-2
lines changed

4 files changed

+105
-2
lines changed

.github/dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
6+
version: 2
7+
updates:
8+
- package-ecosystem: "terraform" # See documentation for possible values
9+
directory: "/" # Location of package manifests
10+
schedule:
11+
interval: "weekly"
12+
- package-ecosystem: "terraform" # See documentation for possible values
13+
directory: "_example/" # Location of package manifests
14+
schedule:
15+
interval: "weekly"
16+

.github/workflows/changelog.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: changelog
2+
permissions: write-all
3+
4+
on:
5+
push:
6+
tags:
7+
- "*"
8+
# Allows you to run this workflow manually from the Actions tab
9+
workflow_dispatch:
10+
jobs:
11+
call-workflow-changelog:
12+
uses: clouddrove/github-shared-workflows/.github/workflows/changelog.yml@master
13+
with:
14+
branch: 'master'

.github/workflows/tfsec.yml

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,27 @@ jobs:
1515
uses: aquasecurity/[email protected]
1616
with:
1717
sarif_file: tfsec.sarif
18-
working_directory: _example
18+
working_directory: ./_example
1919
full_repo_scan: true
2020

2121
- name: Upload SARIF file
2222
uses: github/codeql-action/upload-sarif@v1
2323
with:
2424
# Path to SARIF file relative to the root of the repository
25-
sarif_file: tfsec.sarif
25+
sarif_file: tfsec.sarif
26+
27+
- name: tfsec commenter for PR
28+
uses: tfsec/tfsec-pr-commenter-action@main
29+
with:
30+
GITHUB_TOKEN: ${{ secrets.GITHUB}}
31+
working_directory: ./_example
32+
33+
- name: 'Terraform security scan Advanced'
34+
uses: triat/[email protected]
35+
if: github.event_name == 'pull_request'
36+
env:
37+
GITHUB_TOKEN: ${{ secrets.GITHUB}}
38+
tfsec_actions_working_dir: ./_example
39+
tfsec_actions_comment: true
40+
tfsec_output_format: sarif
41+
continue-on-error: true

CHANGELOG.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [1.3.0] - 2023-01-19
8+
### :bug: Bug Fixes
9+
- [`ccec0d3`](https://github.com/clouddrove/terraform-aws-sftp/commit/ccec0d352b547395a852624c7b1b0c89c8585363) - use terraform letast version
10+
11+
12+
## [1.0.1] - 2022-04-06
13+
### :bug: Bug Fixes
14+
- [`3c3aa77`](https://github.com/clouddrove/terraform-aws-sftp/commit/3c3aa776cdf4769444ff98e28280b6c0e5ba4cd6) - update github-action
15+
- [`d0b078a`](https://github.com/clouddrove/terraform-aws-sftp/commit/d0b078ac4b416f2362f4fd0285527e491eb52e99) - update github-action
16+
17+
18+
## [0.15.0] - 2021-07-06
19+
### :bug: Bug Fixes
20+
- [`7c24b43`](https://github.com/clouddrove/terraform-aws-sftp/commit/7c24b43df702fb169c51b7819f15755e829a8550) - fix terratest
21+
22+
23+
## [0.14.0] - 2021-01-20
24+
### :bug: Bug Fixes
25+
- [`065472e`](https://github.com/clouddrove/terraform-aws-sftp/commit/065472ef251f77cf61bba4b2ac47335e5484c9a8) - update github-action,module tags and update in 0.15
26+
27+
28+
## [0.13.0] - 2020-11-19
29+
### :bug: Bug Fixes
30+
- [`daf0bd4`](https://github.com/clouddrove/terraform-aws-sftp/commit/daf0bd408a3af9c3c01d7400369612cabc04aebc) - Upgrade to 0.14
31+
- [`52be35d`](https://github.com/clouddrove/terraform-aws-sftp/commit/52be35d0167621906f7c9cd798771e6deb733f73) - Upgrade terraform version to 0.14
32+
33+
34+
## [0.12.1] - 2019-09-24
35+
### :bug: Bug Fixes
36+
- [`1e219c8`](https://github.com/clouddrove/terraform-aws-sftp/commit/1e219c8ba9287531553d984bfef90edb852afa67) - made ssh to dynamic
37+
- [`e8f3e44`](https://github.com/clouddrove/terraform-aws-sftp/commit/e8f3e447e1c7e40515f12f8cb2f5ee882692762c) - Updated and Upgraded
38+
- [`b2edfee`](https://github.com/clouddrove/terraform-aws-sftp/commit/b2edfeeb0115223f2b26857b2d2f8e05aea9e007) - fix labels managedby variables
39+
40+
### :sparkles: New Features
41+
- [`2e25f6e`](https://github.com/clouddrove/terraform-aws-sftp/commit/2e25f6ed48e0d58675b54d0bf289ecce2afe4e6d) - precommit added
42+
- [`5d25bfd`](https://github.com/clouddrove/terraform-aws-sftp/commit/5d25bfdd8fe38054b8c2f40d7d3dd82e827ee5af) - added ssh key
43+
- [`7a694cf`](https://github.com/clouddrove/terraform-aws-sftp/commit/7a694cf225b0c071f51da1aba3378ed5a540957d) - added pipelines
44+
- [`9489e7b`](https://github.com/clouddrove/terraform-aws-sftp/commit/9489e7b95c498ecb601a224b8e7726fe9088a330) - added ssh key in pipeline
45+
46+
## [0.12.0] - 2019-09-11
47+
### :bug: Bug Fixes
48+
- [`daae11c`](https://github.com/clouddrove/terraform-aws-sftp/commit/daae11c6d0955e6f485041ada3e5f7245b36e989) - change output syntax
49+
50+
51+
[0.12.0]: https://github.com/clouddrove/terraform-aws-sftp/compare/0.12.0...master
52+
[0.12.1]: https://github.com/clouddrove/terraform-aws-sftp/compare/0.12.1...master
53+
[0.13.0]: https://github.com/clouddrove/terraform-aws-sftp/compare/0.13.0...master
54+
[0.14.0]: https://github.com/clouddrove/terraform-aws-sftp/compare/0.14.0...master
55+
[0.15.0]: https://github.com/clouddrove/terraform-aws-sftp/compare/0.15.0...master
56+
[1.0.1]: https://github.com/clouddrove/terraform-aws-sftp/compare/1.0.1...master
57+
[1.3.0]: https://github.com/clouddrove/terraform-aws-sftp/compare/1.3.0...master

0 commit comments

Comments
 (0)