Skip to content

Commit

Permalink
feat: add output
Browse files Browse the repository at this point in the history
  • Loading branch information
triat committed Nov 15, 2019
1 parent 55bb99b commit c63dc05
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# action.yml
name: 'Terraform security scan'
description: 'Scan your terraform code with tfsec'
inputs:
outputs:
log:
description: 'The output log of tfsec'
runs:
using: 'docker'
image: 'docker://triat:tfsec:latest'

0 comments on commit c63dc05

Please sign in to comment.