Skip to content

Commit

Permalink
Merge pull request #5 from accurics/feature/terrascanv1.7.0
Browse files Browse the repository at this point in the history
Updates to terrascan v1.7.0
  • Loading branch information
cesar-rodriguez authored Jun 24, 2021
2 parents e23a08d + 9781817 commit ddc59ba
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Dependency Image
FROM accurics/terrascan:1.6.0 as terrascan
FROM accurics/terrascan:1.7.0 as terrascan

# Base Image
FROM alpine:3.13
Expand Down
21 changes: 21 additions & 0 deletions test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
on: [push]

jobs:
terrascan_job:
runs-on: ubuntu-latest
name: terrascan-action
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Run Terrascan
id: terrascan
uses: accurics/terrascan-action@v1
with:
iac_type: 'terraform'
iac_version: 'v14'
policy_type: 'aws'
only_warn: true
#iac_dir:
#policy_path:
#skip_rules:
#config_path:

0 comments on commit ddc59ba

Please sign in to comment.