Skip to content

Commit

Permalink
Add tfsec workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sumanthreddy29 committed May 23, 2024
1 parent cd04101 commit 753414b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/security-scan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Security Scan
on:
pull_request:
jobs:
security-scan:
name: Secuity Scan
runs-on: ubuntu-latest

permissions:
contents: read
pull-requests: write

steps:
- name: Checkout Repository
uses: actions/checkout@v4

- name: tfsec
uses: aquasecurity/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 753414b

Please sign in to comment.