Skip to content

Commit

Permalink
add tfsec for iac security
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinod Tiwari committed Dec 10, 2024
1 parent 50f5ec2 commit 07e1774
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/tfsec.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: tfsec
on:
push:
branches:
- main
pull_request:
jobs:
tfsec:
name: tfsec
runs-on: ubuntu-latest

steps:
- name: Clone repo
uses: actions/checkout@master
- name: tfsec
uses: aquasecurity/[email protected]
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea/*

0 comments on commit 07e1774

Please sign in to comment.