Skip to content

Commit

Permalink
feat: added tfsec.yml file workflow with shared-workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
vibutigoyal committed May 11, 2023
1 parent 24e592f commit 0af31d4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/tfsec.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: tfsec
permissions: write-all
on:
pull_request:
workflow_dispatch:
jobs:
tfsec:
uses: clouddrove/github-shared-workflows/.github/workflows/tfsec.yml@master
secrets: inherit
with:
working_directory: '.'

0 comments on commit 0af31d4

Please sign in to comment.