Commit c20ffd4d authored by Totara-thib's avatar Totara-thib
Browse files

chore: ignore laravel-dusk-ci image from analysis

parent fd7f74a7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
All notable changes to this job will be documented in this file.

## [1.8.0] - 2023-01-18
* Bump megalinter image version to v6.18.0
* Remove Junit reports

## [1.7.0] - 2022-12-11
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ customize its behavior.
| `CONVERTED_OUTPUT_FOLDER` | Folder where are stored `CodeClimate` reports | `converted-xml.report` |
|`GITLAB_COMMENT_REPORTER` | Posts Mega-Linter results summary in the comments of the related merge request ([⚠️ GitLab API access require](https://oxsecurity.github.io/megalinter/latest/reporters/GitlabCommentReporter/#configuration){:target="_blank"}) | `true` |
| `DISABLE_LINTERS` | Comma separated list of linters to be disabled | ` ` |
| `IMAGE_TAG` | The default tag for the docker image | `v6.13.0` |
| `IMAGE_TAG` | The default tag for the docker image | `v6.18.0` |

## Optimize MegaLinter

+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ mega_linter:
    # End folder where reports are held
    CONVERTED_OUTPUT_FOLDER: "converted-xml.report"
    # Image tag of the MegaLinter image used in this job
    IMAGE_TAG: "v6.13.0"
    IMAGE_TAG: "v6.18.0"
  script:
    - FAILED=false
    - |
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ JOB_DIR = "job_av"
SCANNED_IMAGES_FILE = os.getenv("SCANNED_IMAGES_FILE")
SCANNED_IMAGES = []

BLACKLIST = ["github/super-linter:v3.14.3", "shiftleft/sast-scan:v1.9.29", "oxsecurity/megalinter:v6.13.0", "github/super-linter:v4.9.0"]
BLACKLIST = ["github/super-linter:v3.14.3", "shiftleft/sast-scan:v1.9.29", "oxsecurity/megalinter:v6.18.0", "gradle:jdk11", "chilio/laravel-dusk-ci:php-8.0", "github/super-linter:v4.9.0"]


def argparse_setup():