Commit 2a760206 authored by GridexX's avatar GridexX Committed by Thomas Boni
Browse files

Resolve "Update super_linter docker image"

parent 7b8791a0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
# Changelog
All notable changes to this job will be documented in this file.

## [0.2.2] - 2022-03-24
* Upgrade super-linter to version v4.9.0

## [0.2.1] - 2021-05-12
* Improve documentation for `$LINTER_RULES_PATH`
* Default value for `$LINTER_RULES_PATH` is now `.linters`
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ icon: 🔎
maintainer: thomasboni
license: MIT
images:
  "github/super-linter": "v3.14.3"
  "github/super-linter": "v4.9.0"
tools:
  "tap-junit": "$TAP_JUNIT_VERSION"
labels:
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ stages:
super_linter:
  stage: static_tests
  image:
    name: github/super-linter:v3.14.3
    name: github/super-linter:v4.9.0
    entrypoint: [""]
  script:
    - /action/lib/linter.sh
+1 −0
Original line number Diff line number Diff line
* Upgrade super-linter to version v4.9.0
 No newline at end of file