mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 01:05:54 -05:00
9d7268fb99
- Add support to run Checkov against infrastructure as code descriptors that are in a given (configurable) directory. Defaults to lint the whole workspace. - Establish a baseline for our own codebase so we don't have to fix issues right away with this change.
12 lines
507 B
YAML
12 lines
507 B
YAML
---
|
|
name: 'Super-Linter'
|
|
author: 'Super-linter contributors'
|
|
description: 'Super-linter is a ready-to-run collection of linters and code analyzers, to help validate your source code.'
|
|
runs:
|
|
using: 'docker'
|
|
image: 'docker://ghcr.io/super-linter/super-linter:v5.7.2' # x-release-please-version
|
|
branding:
|
|
icon: 'check-square'
|
|
color: 'white'
|
|
# You can view https://github.com/super-linter/super-linter#environment-variables
|
|
# to see a comprehensive list of all environment variables that can be passed
|