Skip to content

Commit

Permalink
feat: auto changelog action added
Browse files Browse the repository at this point in the history
  • Loading branch information
mamrajyadav committed May 9, 2023
1 parent 357a36e commit 0b5f082
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 37 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/changelog.yml
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'
43 changes: 6 additions & 37 deletions .github/workflows/tfsec.yml
Original file line number Diff line number Diff line change
@@ -1,42 +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

- name: tfsec commenter for PR
uses: tfsec/tfsec-pr-commenter-action@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB}}
working_directory: ./_example


- name: 'Terraform security scan Advanced'
uses: triat/terraform-security-scan@v3.0.3
if: github.event_name == 'pull_request'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB}}
tfsec_actions_working_dir: ./_example
tfsec_actions_comment: true
tfsec_output_format: sarif
continue-on-error: true
uses: clouddrove/github-shared-workflows/.github/workflows/tfsec.yml@master
secrets: inherit
with:
working_directory: '.'
67 changes: 67 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
# 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.1] - 2023-04-05
### :bug: Bug Fixes
- [`357a36e`](https://github.com/clouddrove/terraform-aws-ecr/commit/357a36e4eb1e1836af46c5534bff5da919c29cd8) - from clouddrove/bug/6ix-81
- [`2d9c20e`](https://github.com/clouddrove/terraform-aws-ecr/commit/357a36e4eb1e1836af46c5534bff5da919c29cd8) - updated deprecated variables

## [1.3.0] - 2023-01-09
### :bug: Bug Fixes
- [`23340a6`](https://github.com/clouddrove/terraform-aws-ecr/commit/23340a6eec29c908b472ebf2f0e9d44a8ad2ef59) - update workflows


## [1.0.1] - 2023-05-13
### :bug: Bug Fixes
- [`a63969b`](https://github.com/clouddrove/terraform-aws-ecr/commit/a63969bd4619d7f79821a7bc52076f643b781e22) - update terraform letest version
- [`00bd972`](https://github.com/clouddrove/terraform-aws-ecr/commit/00bd972c6e2b975723024afcccddcd19eae9dbe6) - update terraform letest version


## [0.15.0] - 2021-07-08
### :bug: Bug Fixes
- [`6784329`](https://github.com/clouddrove/terraform-aws-ecr/commit/678432924ef4fee0163c6da3517c47a4f22b00cf) - Fix readme.yml
- [`fc7e155`](https://github.com/clouddrove/terraform-aws-ecr/commit/fc7e155fecda3549a033004af6e7428031376434) - github-action Update, update in 1.0.1


## [0.12.3] - 2021-02-17

## [0.13.0] - 2020-10-23
### :bug: Bug Fixes
- [`df0b50a`](https://github.com/clouddrove/terraform-aws-ecr/commit/df0b50a5f65c22be65b9d2cf1dff27df3faf6a76) - Update versions.tf
- [`cbd9b83`](https://github.com/clouddrove/terraform-aws-ecr/commit/cbd9b8374ce6f3100bdf668733cc75897df00727) - fix terratest
- [`f4cd3cf`](https://github.com/clouddrove/terraform-aws-ecr/commit/f4cd3cfe4858b08a9a3003424c7db79296ec1d54) - update module tags
- [`02550e1`](https://github.com/clouddrove/terraform-aws-ecr/commit/02550e172520973362c2cc0afeda741b90d8e78d) - update in 0.15
- [`6ef70e1`](https://github.com/clouddrove/terraform-aws-ecr/commit/6ef70e1eb37f4de63515be42a7fd543b327bb332) - IMMUTABLE true
- [`8f78a43`](https://github.com/clouddrove/terraform-aws-ecr/commit/8f78a4336f414f4feb21019bcf75b0600aad19a7) - add-image-tag-mutability
- [`1e9bb34`](https://github.com/clouddrove/terraform-aws-ecr/commit/1e9bb345c735ef00ec6e8688f35a1dc0469fd7a6) - add-encryotion


## [0.12.2] - 2020-03-30
### :bug: Bug Fixes
- [`54b56e2`](https://github.com/clouddrove/terraform-aws-ecr/commit/54b56e2a74566235d01fa5e6a03ffdc7a188d77a) - precommit -updated
- [`13efe4b`](https://github.com/clouddrove/terraform-aws-ecr/commit/13efe4b02ee974f9f524e1a0b43f7f2b9d5218cf) - upgraded and updated
- [`1a6ebab`](https://github.com/clouddrove/terraform-aws-ecr/commit/1a6ebab7579eedc48799a1f325781234135fbac1) - pipeline added


## [0.12.1] - 2019-12-30
### :bug: Bug Fixes
- [`ce983f4`](https://github.com/clouddrove/terraform-aws-ecr/commit/ce983f4af5a623c5ed86450c122f3b254c7f491b) - fix labels managedby variables


## [0.12.0] - 2019-09-23
### :bug: Bug Fixes
- [`f357b04`](https://github.com/clouddrove/terraform-aws-ecr/commit/f357b04330c6091b9c43abf80c50454cc995c526) - github action


[0.12.0]: https://github.com/clouddrove/terraform-aws-ecr/compare/0.12.0...master
[0.12.1]: https://github.com/clouddrove/terraform-aws-ecr/compare/0.12.0...master
[0.12.2]: https://github.com/clouddrove/terraform-aws-ecr/compare/0.12.0...master
[0.13.0]: https://github.com/clouddrove/terraform-aws-ecr/compare/0.12.0...master
[0.12.3]: https://github.com/clouddrove/terraform-aws-ecr/releases/tag/0.12.3
[0.15.0]: https://github.com/clouddrove/terraform-aws-ecr/compare/0.15.0...master
[1.0.1]: https://github.com/clouddrove/terraform-aws-ecr/compare/1.0.1...master
[1.3.0]: https://github.com/clouddrove/terraform-aws-ecr/compare/1.3.0...master
[1.3.1]: https://github.com/clouddrove/terraform-aws-ecr/releases/tag/1.3.1

0 comments on commit 0b5f082

Please sign in to comment.