refactor(wip): action.yml runs updated to use new inputs, updated exa… #64
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |