Skip to content

refactor: support for non-named export files for summary, annotations… #162

refactor: support for non-named export files for summary, annotations…

refactor: support for non-named export files for summary, annotations… #162

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 = [ "./test-files/terraform/aws/**/*.tf" ]
}
- name: Steampipe AWS TF scan action
uses: ./
with:
mod-url: https://github.com/turbot/steampipe-mod-terraform-aws-compliance
additional-args: --output=none
# snapshot-type: public
# pipes-token: tpt_CHANGE_ME_IF_USING_SNAPSHOT