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