Skip to content

Commit

Permalink
feat: tfsec added for module scan.
Browse files Browse the repository at this point in the history
  • Loading branch information
d4kverma committed May 8, 2023
1 parent 0e666ab commit 10c5528
Showing 1 changed file with 14 additions and 0 deletions.
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 10c5528

Please sign in to comment.