Skip to content

add gh actions workflow for tfsec #1

add gh actions workflow for tfsec

add gh actions workflow for tfsec #1

Workflow file for this run

name: tfsec
on:
push:
branches:
- main
pull_request:
jobs:
tfsec:
name: tfsec
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: tfsec
uses: aquasecurity/tfsec-action@v1.0.3