Skip to content

Commit

Permalink
ci: Add tfsec workflow and rename changelog file (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgadgi committed May 8, 2023
1 parent 960ce44 commit 0a6ae32
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ on:
jobs:
call-workflow-changelog:
uses: clouddrove/github-shared-workflows/.github/workflows/changelog.yml@master
secrets: inherit
with:
branch: 'master'
14 changes: 14 additions & 0 deletions .github/workflows/tfsec.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: tfsec
permissions: write-all

on:
pull_request:

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
call-workflow-tfsec:
uses: clouddrove/github-shared-workflows/.github/workflows/tfsec.yml@master
secrets: inherit
with:
working_directory: './_example'

0 comments on commit 0a6ae32

Please sign in to comment.