Skip to content

[nc] scan testing

[nc] scan testing #26

# yamllint disable rule:line-length
# yamllint disable rule:truthy
---
name: development build
on:
push:
branches:
- "*"
tags:
- "!*"
permissions:
contents: read
security-events: write
jobs:
static-code-analysis:
name: static code analysis
uses: ThoughtWorks-DPS/terraform-action/.github/workflows/new.yaml@main
with:
tflint-scan: true
tflint-provider: aws
trivy-scan: true
checkov-scan: true