Skip to content

[main] Add Alert Processing Rule to Suppress Resolved Alerts #270

[main] Add Alert Processing Rule to Suppress Resolved Alerts

[main] Add Alert Processing Rule to Suppress Resolved Alerts #270

Workflow file for this run

name: TF Linter Check
on:
pull_request:
branches:
- main
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
statuses: write
steps:
- name: Checkout Code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Lint Code Base
uses: super-linter/super-linter@v5
env:
VALIDATE_MD: true
VALIDATE_YAML: true
VALIDATE_BASH: true
VALIDATE_TERRAFORM_TFLINT: true
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}