Skip to content

feat: map measures to a common risk/control standard (#38) #139

feat: map measures to a common risk/control standard (#38)

feat: map measures to a common risk/control standard (#38) #139

Workflow file for this run

---
name: Lint
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
lint:
uses: DevSecNinja/.github/.github/workflows/lint.yml@8487f36bfcc8b040e5541937ba450411f6993e2b # v1.6.1
permissions:
contents: read
security-events: write
with:
# renovate: datasource=github-releases depName=jdx/mise
mise-version: "2026.6.11"
# renovate: datasource=github-releases depName=golangci/golangci-lint
golangci-lint-version: "v2.12.2"
lint-go: false
# No shell scripts in this repo; skip shell linters that otherwise fail
# when invoked with zero files.
lint-shellcheck: false
lint-shfmt: false