Skip to content

refactor: set correct env var for width #67

refactor: set correct env var for width

refactor: set correct env var for width #67

Workflow file for this run

name: Run Steampipe awstf compliance
on: [pull_request,push]
jobs:
steampipe-awstf-compliance:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Setup steampipe
id: setup-steampipe
uses: turbot/[email protected]
with:
plugin-connections: |
connection "aws_tf" {
plugin = "terraform"
paths = [ "./examples/terraform/aws/**/*.tf" ]
}
- name: Steampipe AWS TF scan action
uses: ./
with:
mod-url: https://github.com/turbot/steampipe-mod-terraform-aws-compliance