2021-02-23 12:51:34 -05:00
|
|
|
---
|
2024-08-15 04:21:26 -04:00
|
|
|
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."
|
2020-06-18 13:56:16 -04:00
|
|
|
runs:
|
2024-08-15 04:21:26 -04:00
|
|
|
using: "docker"
|
2024-08-15 06:58:55 -04:00
|
|
|
image: "docker://ghcr.io/super-linter/super-linter:v7.0.0" # x-release-please-version
|
2020-05-13 18:25:50 -04:00
|
|
|
branding:
|
2024-08-15 04:21:26 -04:00
|
|
|
icon: "check-square"
|
|
|
|
color: "white"
|
2023-08-17 11:12:11 -04:00
|
|
|
# You can view https://github.com/super-linter/super-linter#environment-variables
|
2021-03-22 09:49:45 -04:00
|
|
|
# to see a comprehensive list of all environment variables that can be passed
|