Skip to content

Commit

Permalink
add tfsec github action
Browse files Browse the repository at this point in the history
  • Loading branch information
toppercodes committed Apr 6, 2024
1 parent 7b2bba9 commit 43c1128
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/tfsec.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: tfsec

on:
schedule:
- cron: 0 0 * * *
push:
branches:
- main
pull_request:
branches:
- main

jobs:
tfsec:
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@master
- name: tfsec
uses: aquasecurity/[email protected]

0 comments on commit 43c1128

Please sign in to comment.