Skip to content

Commit

Permalink
added workflow for tfsec (#15)
Browse files Browse the repository at this point in the history
* added workflow for tfsec
  • Loading branch information
dms1981 authored Jan 19, 2023
1 parent 07eac3b commit 3347d68
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/tfsec.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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]
with:
soft_fail: true
additional_args: --concise-output

0 comments on commit 3347d68

Please sign in to comment.