Skip to content

Add checkov - static analysis for infrastructure as code #483

Add checkov - static analysis for infrastructure as code

Add checkov - static analysis for infrastructure as code #483

Workflow file for this run

---
name: Lint Awesome List
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
permissions: read-all
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
statuses: write
steps:
- uses: actions/checkout@v4
- run: npx awesome-lint
shell: bash