Skip to content

np-47689: Use field verified to know if we should keep id or not on p… #2151

np-47689: Use field verified to know if we should keep id or not on p…

np-47689: Use field verified to know if we should keep id or not on p… #2151

Workflow file for this run

name: Lint CloudFormation Templates
on: [ push ]
jobs:
cloudformation-linter:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: cfn-lint
uses: scottbrenner/cfn-lint-action@main
with:
entrypoint: /bin/sh
args: "-c \"cat template.yaml | sed '/CODEBUILD_RESOLVED_SOURCE_VERSION/d' | cfn-lint -\""