Skip to content

refactor(wip): action.yml runs updated to use new inputs, updated exa… #64

refactor(wip): action.yml runs updated to use new inputs, updated exa…

refactor(wip): action.yml runs updated to use new inputs, updated exa… #64

Workflow file for this run

name: Run Steampipe awscfn compliance
on: [pull_request,push]
jobs:
steampipe-awscfn-compliance:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Setup steampipe
id: setup-steampipe
uses: turbot/setup-steampipe-action@setup-steampipe-js
with:
connections: |
connection "awscfn" {
plugin = "awscfn"
paths = [ "./**/*.yml", "./**/*.json" ]
}
- name: Steampipe awscfn scan action - Checks input multiline
uses: turbot/steampipe-iac-action@infra-scan-docker
with:
mod_url: -b initial-commit https://github.com/turbot/steampipe-mod-awscfn-aws-compliance.git