From 3d0524dabd0901068cc43aaf7c180590f911f038 Mon Sep 17 00:00:00 2001 From: Sebastian Luna-Valero Date: Mon, 4 Nov 2024 15:05:26 +0100 Subject: [PATCH 01/21] Replace static table with new cvmfs-monitor --- .../compute/software-distribution/_index.md | 43 +------------------ 1 file changed, 2 insertions(+), 41 deletions(-) diff --git a/content/en/users/compute/software-distribution/_index.md b/content/en/users/compute/software-distribution/_index.md index fa6a1f7342..5ffe97b742 100644 --- a/content/en/users/compute/software-distribution/_index.md +++ b/content/en/users/compute/software-distribution/_index.md @@ -28,47 +28,8 @@ small and large collaborations. In many cases, it replaces package managers and shared software areas on cluster file systems as means to distribute the software used to process experiment data. -The current list of EGI repositories is as follows -(disclaimer, some of them are inactive, but we keep them for archival purposes): - -| Repository | Project's URL | -|-------------------------------|---------------| -| auger.egi.eu | | -| biomed.egi.eu | [web page](https://vip.creatis.insa-lyon.fr/home.html) | -| cernatschool.egi.eu | | -| chipster.egi.eu | | -| comet.egi.eu | | -| config-egi.egi.eu | | -| dirac.egi.eu | [web page](https://dirac.readthedocs.io/en/latest/) | -| eiscat.egi.eu | [web page](https://eiscat.se) | -| eosc.egi.eu | | -| extras-fp7.egi.eu | | -| galdyn.egi.eu | | -| ghost.egi.eu | | -| glast.egi.eu | | -| gridpp.egi.eu | | -| hyperk.egi.eu | | -| intertwin.egi.eu | | -| km3net.egi.eu | [web page](https://www.km3net.org/) | -| ligo.egi.eu | | -| lucid.egi.eu | | -| mice.egi.eu | | -| na62.egi.eu | | -| neugrid.egi.eu | | -| notebooks.egi.eu | [web page](https://notebooks.egi.eu) | -| omnibenchmark.egi.eu | [web page](https://omnibenchmark.org/) | -| pheno.egi.eu | | -| phys-ibergrid.egi.eu | | -| pravda.egi.eu | | -| researchinschools.egi.eu | | -| seadatanet.egi.eu | | -| snoplus.egi.eu | [web page](https://snoplus.phy.queensu.ca) | -| solidexperiment.egi.eu | | -| supernemo.egi.eu | | -| t2k.egi.eu | | -| unpacked.egi.eu | | -| wenmr.egi.eu | | -| west-life.egi.eu | | +The current list of EGI repositories can be found via +[the CVMFS monitor](http://cvmfs-release01.gridpp.rl.ac.uk/cvmfsmonitor/). This documentation is for the VO content managers. From 8620cb642a49f2961ce8761cd9530637991ce930 Mon Sep 17 00:00:00 2001 From: Sebastian Luna-Valero Date: Mon, 4 Nov 2024 16:14:06 +0100 Subject: [PATCH 02/21] Revert "Replace static table with new cvmfs-monitor" This reverts commit 3d0524dabd0901068cc43aaf7c180590f911f038. --- .../compute/software-distribution/_index.md | 43 ++++++++++++++++++- 1 file changed, 41 insertions(+), 2 deletions(-) diff --git a/content/en/users/compute/software-distribution/_index.md b/content/en/users/compute/software-distribution/_index.md index 5ffe97b742..fa6a1f7342 100644 --- a/content/en/users/compute/software-distribution/_index.md +++ b/content/en/users/compute/software-distribution/_index.md @@ -28,8 +28,47 @@ small and large collaborations. In many cases, it replaces package managers and shared software areas on cluster file systems as means to distribute the software used to process experiment data. -The current list of EGI repositories can be found via -[the CVMFS monitor](http://cvmfs-release01.gridpp.rl.ac.uk/cvmfsmonitor/). +The current list of EGI repositories is as follows +(disclaimer, some of them are inactive, but we keep them for archival purposes): + +| Repository | Project's URL | +|-------------------------------|---------------| +| auger.egi.eu | | +| biomed.egi.eu | [web page](https://vip.creatis.insa-lyon.fr/home.html) | +| cernatschool.egi.eu | | +| chipster.egi.eu | | +| comet.egi.eu | | +| config-egi.egi.eu | | +| dirac.egi.eu | [web page](https://dirac.readthedocs.io/en/latest/) | +| eiscat.egi.eu | [web page](https://eiscat.se) | +| eosc.egi.eu | | +| extras-fp7.egi.eu | | +| galdyn.egi.eu | | +| ghost.egi.eu | | +| glast.egi.eu | | +| gridpp.egi.eu | | +| hyperk.egi.eu | | +| intertwin.egi.eu | | +| km3net.egi.eu | [web page](https://www.km3net.org/) | +| ligo.egi.eu | | +| lucid.egi.eu | | +| mice.egi.eu | | +| na62.egi.eu | | +| neugrid.egi.eu | | +| notebooks.egi.eu | [web page](https://notebooks.egi.eu) | +| omnibenchmark.egi.eu | [web page](https://omnibenchmark.org/) | +| pheno.egi.eu | | +| phys-ibergrid.egi.eu | | +| pravda.egi.eu | | +| researchinschools.egi.eu | | +| seadatanet.egi.eu | | +| snoplus.egi.eu | [web page](https://snoplus.phy.queensu.ca) | +| solidexperiment.egi.eu | | +| supernemo.egi.eu | | +| t2k.egi.eu | | +| unpacked.egi.eu | | +| wenmr.egi.eu | | +| west-life.egi.eu | | This documentation is for the VO content managers. From d7dc0b508a1d3f06dafd4fbde14c992edbf7feb6 Mon Sep 17 00:00:00 2001 From: Sebastian Luna-Valero Date: Mon, 4 Nov 2024 16:16:57 +0100 Subject: [PATCH 03/21] add link to CVMFS monitor without replacing the existing table --- content/en/users/compute/software-distribution/_index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/en/users/compute/software-distribution/_index.md b/content/en/users/compute/software-distribution/_index.md index fa6a1f7342..87fe0008a4 100644 --- a/content/en/users/compute/software-distribution/_index.md +++ b/content/en/users/compute/software-distribution/_index.md @@ -70,6 +70,9 @@ The current list of EGI repositories is as follows | wenmr.egi.eu | | | west-life.egi.eu | | +The list of EGI repositories can also be found online via +[the CVMFS monitor](http://cvmfs-release01.gridpp.rl.ac.uk/cvmfsmonitor/). + This documentation is for the VO content managers. ## Official CVMFS pages From 0e9543f43400fb97a33b1682d33c91349d33a4d2 Mon Sep 17 00:00:00 2001 From: Sebastian Luna-Valero Date: Tue, 5 Nov 2024 10:29:44 +0100 Subject: [PATCH 04/21] skip https://omnibenchmark.org/ from markdown-link-check --- content/en/users/compute/software-distribution/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/users/compute/software-distribution/_index.md b/content/en/users/compute/software-distribution/_index.md index 87fe0008a4..4dde6c2b0b 100644 --- a/content/en/users/compute/software-distribution/_index.md +++ b/content/en/users/compute/software-distribution/_index.md @@ -56,6 +56,7 @@ The current list of EGI repositories is as follows | na62.egi.eu | | | neugrid.egi.eu | | | notebooks.egi.eu | [web page](https://notebooks.egi.eu) | + | omnibenchmark.egi.eu | [web page](https://omnibenchmark.org/) | | pheno.egi.eu | | | phys-ibergrid.egi.eu | | From 048be74d5167aa52780ff71869c7ca2f4829e945 Mon Sep 17 00:00:00 2001 From: Baptiste Grenier Date: Tue, 5 Nov 2024 10:35:21 +0100 Subject: [PATCH 05/21] Try to make gitleaks not scan all commits --- .github/workflows/mega-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index fb6ac8f44a..726aa7ad61 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -60,7 +60,7 @@ jobs: DISABLE: COPYPASTE DISABLE_LINTERS: REPOSITORY_GRYPE,REPOSITORY_TRIVY,REPOSITORY_TRUFFLEHOG,SPELL_CSPELL # Scan only changes in PR, otherwise scan everything - REPOSITORY_GITLEAKS_PR_COMMITS_SCAN: ${{ github.event_name == 'pull_request' }} + REPOSITORY_GITLEAKS_PR_COMMITS_SCAN: ${{ (github.event_name == 'pull_request' && 'true') || 'false' }} # Upload MegaLinter artifacts - name: Archive production artifacts From 841888ba501b5fee9bcfcd1f7481b24ead28289b Mon Sep 17 00:00:00 2001 From: Baptiste Grenier Date: Tue, 5 Nov 2024 10:39:17 +0100 Subject: [PATCH 06/21] Whitelist false postivie for https://omnibenchmark.org/ --- .lycheeignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.lycheeignore b/.lycheeignore index 582d7a270a..38e47ec60f 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -1,2 +1,3 @@ https://docs.egi.eu/documentation/* https://megalinter.io/* +https://omnibenchmark.org/* From b84f2905f7a94774281675a13002396b8e11b82d Mon Sep 17 00:00:00 2001 From: Baptiste Grenier Date: Tue, 5 Nov 2024 10:49:42 +0100 Subject: [PATCH 07/21] Try to fix logic --- .github/workflows/mega-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 726aa7ad61..ee4119aef6 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -54,7 +54,7 @@ jobs: # https://megalinter.io/configuration/ # Validates all source when push on main, else just the git diff with main. # Override with true if you always want to lint all sources - VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} + VALIDATE_ALL_CODEBASE: ${{ ((github.event_name == 'push' && github.ref == 'refs/heads/main') && 'true') || 'false' }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # ADD YOUR CUSTOM ENV VARIABLES HERE OR DEFINE THEM IN A FILE .mega-linter.yml AT THE ROOT OF YOUR REPOSITORY DISABLE: COPYPASTE From 0a1ce307736fa4f9d8abc8a2a202786205782ff2 Mon Sep 17 00:00:00 2001 From: Baptiste Grenier Date: Tue, 5 Nov 2024 10:57:19 +0100 Subject: [PATCH 08/21] Try to apply fixes directly to the branch --- .github/workflows/mega-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index ee4119aef6..daf3c3043b 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -18,7 +18,7 @@ env: APPLY_FIXES: all APPLY_FIXES_EVENT: pull_request # If APPLY_FIXES is used, defines if the fixes are directly committed (commit) or posted in a PR (pull_request) - APPLY_FIXES_MODE: pull_request + APPLY_FIXES_MODE: commit concurrency: group: ${{ github.ref }}-${{ github.workflow }} From 46a208d49ff4474e96814f7ebb777578572bf63a Mon Sep 17 00:00:00 2001 From: Baptiste Grenier Date: Tue, 5 Nov 2024 11:02:01 +0100 Subject: [PATCH 09/21] Try to understand events and what I am doing --- .github/workflows/mega-linter.yml | 5 ++++- .github/workflows/spelling.yml | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index daf3c3043b..1ea9de79bf 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -6,8 +6,11 @@ name: MegaLinter on: # Trigger mega-linter at every push. Action will also be visible from Pull Requests to main push: + branches: + - "main" pull_request: - branches: [main] + branches: + - "main" permissions: read-all diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml index f972f437a5..54495f01f5 100644 --- a/.github/workflows/spelling.yml +++ b/.github/workflows/spelling.yml @@ -60,12 +60,12 @@ name: Check Spelling on: push: branches: - - "**" + - "main" tags-ignore: - "**" pull_request_target: branches: - - "**" + - "main" types: - "opened" - "reopened" From 5070727740ac2a97cf8a3e8dbbc28a250d291110 Mon Sep 17 00:00:00 2001 From: Baptiste Grenier Date: Tue, 5 Nov 2024 11:09:57 +0100 Subject: [PATCH 10/21] Switch back to pull_request to not mess with PAT and possible security concerns --- .github/workflows/mega-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 1ea9de79bf..c8638d5076 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -21,7 +21,7 @@ env: APPLY_FIXES: all APPLY_FIXES_EVENT: pull_request # If APPLY_FIXES is used, defines if the fixes are directly committed (commit) or posted in a PR (pull_request) - APPLY_FIXES_MODE: commit + APPLY_FIXES_MODE: pull_request concurrency: group: ${{ github.ref }}-${{ github.workflow }} From 83c1a3fb655bd5c9a65a1c34e307c52364a23e9c Mon Sep 17 00:00:00 2001 From: Baptiste Grenier Date: Tue, 5 Nov 2024 11:13:26 +0100 Subject: [PATCH 11/21] Move markdown-link-check exclusion to the config file --- .github/linters/mlc_config.json | 3 +++ content/en/users/compute/software-distribution/_index.md | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/linters/mlc_config.json b/.github/linters/mlc_config.json index 80be965c54..85aa9d9aaf 100644 --- a/.github/linters/mlc_config.json +++ b/.github/linters/mlc_config.json @@ -65,6 +65,9 @@ { "pattern": "^https://opensource.org/licenses" }, + { + "pattern": "^https://https://omnibenchmark.org" + }, { "pattern": "^https://servproject.i3m.upv.es/ec3-ltos/*" }, diff --git a/content/en/users/compute/software-distribution/_index.md b/content/en/users/compute/software-distribution/_index.md index 4dde6c2b0b..87fe0008a4 100644 --- a/content/en/users/compute/software-distribution/_index.md +++ b/content/en/users/compute/software-distribution/_index.md @@ -56,7 +56,6 @@ The current list of EGI repositories is as follows | na62.egi.eu | | | neugrid.egi.eu | | | notebooks.egi.eu | [web page](https://notebooks.egi.eu) | - | omnibenchmark.egi.eu | [web page](https://omnibenchmark.org/) | | pheno.egi.eu | | | phys-ibergrid.egi.eu | | From e0fef9a1d0f58af0758629702d2867e80f1a79f0 Mon Sep 17 00:00:00 2001 From: Baptiste Grenier Date: Tue, 5 Nov 2024 11:15:29 +0100 Subject: [PATCH 12/21] Shorten line --- .github/workflows/mega-linter.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index c8638d5076..b2b5b5f1b0 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -57,7 +57,8 @@ jobs: # https://megalinter.io/configuration/ # Validates all source when push on main, else just the git diff with main. # Override with true if you always want to lint all sources - VALIDATE_ALL_CODEBASE: ${{ ((github.event_name == 'push' && github.ref == 'refs/heads/main') && 'true') || 'false' }} + VALIDATE_ALL_CODEBASE: ${{ ((github.event_name == 'push' && github.ref == 'refs/heads/main') && 'true') + || 'false' }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # ADD YOUR CUSTOM ENV VARIABLES HERE OR DEFINE THEM IN A FILE .mega-linter.yml AT THE ROOT OF YOUR REPOSITORY DISABLE: COPYPASTE From 7281332d8cc3cd833d2190f957946456097f8426 Mon Sep 17 00:00:00 2001 From: Baptiste Grenier Date: Tue, 5 Nov 2024 11:16:58 +0100 Subject: [PATCH 13/21] Ignore cvmfs-release01.gridpp.rl.ac.uk --- .lycheeignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.lycheeignore b/.lycheeignore index 38e47ec60f..82ca24eeba 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -1,3 +1,4 @@ https://docs.egi.eu/documentation/* https://megalinter.io/* https://omnibenchmark.org/* +http://cvmfs-release01.gridpp.rl.ac.uk/* From 5c600a77a1268695fe46d9abc572cc3cd1e6c0fb Mon Sep 17 00:00:00 2001 From: Baptiste Grenier Date: Tue, 5 Nov 2024 11:20:09 +0100 Subject: [PATCH 14/21] Re-use existing markdown-link-check configuration --- .github/workflows/mega-linter.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index b2b5b5f1b0..f5c632ca78 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -63,6 +63,7 @@ jobs: # ADD YOUR CUSTOM ENV VARIABLES HERE OR DEFINE THEM IN A FILE .mega-linter.yml AT THE ROOT OF YOUR REPOSITORY DISABLE: COPYPASTE DISABLE_LINTERS: REPOSITORY_GRYPE,REPOSITORY_TRIVY,REPOSITORY_TRUFFLEHOG,SPELL_CSPELL + MARKDOWN_MARKDOWN_LINK_CHECK_CONFIG_FILE: ".github/linters/mlc_config.json" # Scan only changes in PR, otherwise scan everything REPOSITORY_GITLEAKS_PR_COMMITS_SCAN: ${{ (github.event_name == 'pull_request' && 'true') || 'false' }} From 79f867acd88bd9ee2daef71ba2ee77c1ad81dd94 Mon Sep 17 00:00:00 2001 From: Baptiste Grenier Date: Tue, 5 Nov 2024 11:24:20 +0100 Subject: [PATCH 15/21] Fix padding --- .github/workflows/mega-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index f5c632ca78..0a3ba5aebe 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -58,7 +58,7 @@ jobs: # Validates all source when push on main, else just the git diff with main. # Override with true if you always want to lint all sources VALIDATE_ALL_CODEBASE: ${{ ((github.event_name == 'push' && github.ref == 'refs/heads/main') && 'true') - || 'false' }} + || 'false' }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # ADD YOUR CUSTOM ENV VARIABLES HERE OR DEFINE THEM IN A FILE .mega-linter.yml AT THE ROOT OF YOUR REPOSITORY DISABLE: COPYPASTE From be69d13b67f42b826bae54454a119cd77bcdc532 Mon Sep 17 00:00:00 2001 From: Baptiste Grenier Date: Tue, 5 Nov 2024 11:25:14 +0100 Subject: [PATCH 16/21] Fix pattern for omnibenchmark.org --- .github/linters/mlc_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/linters/mlc_config.json b/.github/linters/mlc_config.json index 85aa9d9aaf..5046183cb5 100644 --- a/.github/linters/mlc_config.json +++ b/.github/linters/mlc_config.json @@ -66,7 +66,7 @@ "pattern": "^https://opensource.org/licenses" }, { - "pattern": "^https://https://omnibenchmark.org" + "pattern": "^https://omnibenchmark.org" }, { "pattern": "^https://servproject.i3m.upv.es/ec3-ltos/*" From 7a8aec35062a527bc595b2fcbf7999f3aa218e3a Mon Sep 17 00:00:00 2001 From: Baptiste Grenier Date: Tue, 5 Nov 2024 11:32:05 +0100 Subject: [PATCH 17/21] Exclude more URLs that are behind authentication --- .lycheeignore | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.lycheeignore b/.lycheeignore index 82ca24eeba..ee554f7731 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -1,4 +1,17 @@ +http://cvmfs-release01.gridpp.rl.ac.uk/* +http://localhost +https://aai.egi.eu/LoA +https://aai.egi.eu/proxy +https://b2drop.eudat.eu/settings/user/security https://docs.egi.eu/documentation/* +https://github.com/* +https://goc.egi.eu/gocdbpi +https://helpdesk.egi.eu https://megalinter.io/* https://omnibenchmark.org/* -http://cvmfs-release01.gridpp.rl.ac.uk/* +https://operations-portal.egi.eu/downtimes/subscription +https://operations-portal.egi.eu/home/tasksList +https://operations-portal.egi.eu/vo +https://servproject.i3m.upv.es/ec3-ltos/ +https://voms2.hellasgrid.gr:8443/voms* +https://www.eugridpma.org/your-identity/ From 9161f7f857d27fe8de3d3a5db0fae2e22bbdad66 Mon Sep 17 00:00:00 2001 From: Baptiste Grenier Date: Tue, 5 Nov 2024 11:41:58 +0100 Subject: [PATCH 18/21] Ignore last know to be sometimes broken links --- .lycheeignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.lycheeignore b/.lycheeignore index ee554f7731..01329cb487 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -13,5 +13,6 @@ https://operations-portal.egi.eu/downtimes/subscription https://operations-portal.egi.eu/home/tasksList https://operations-portal.egi.eu/vo https://servproject.i3m.upv.es/ec3-ltos/ +https://tools.ietf.org/html/rfc* https://voms2.hellasgrid.gr:8443/voms* https://www.eugridpma.org/your-identity/ From 02d65afd6920150737f9c356be5241ed461fc40a Mon Sep 17 00:00:00 2001 From: Baptiste Grenier Date: Tue, 5 Nov 2024 11:47:17 +0100 Subject: [PATCH 19/21] Skip broken domain training.notebooks.egi.eu --- .lycheeignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.lycheeignore b/.lycheeignore index 01329cb487..e5d6d23055 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -14,5 +14,6 @@ https://operations-portal.egi.eu/home/tasksList https://operations-portal.egi.eu/vo https://servproject.i3m.upv.es/ec3-ltos/ https://tools.ietf.org/html/rfc* +https://training.notebooks.egi.eu https://voms2.hellasgrid.gr:8443/voms* https://www.eugridpma.org/your-identity/ From 9a01dd9e6f1f85d86fd5ddf3965ebdc832586b6d Mon Sep 17 00:00:00 2001 From: Baptiste Grenier Date: Tue, 5 Nov 2024 11:59:10 +0100 Subject: [PATCH 20/21] Disable applying fixes for now, need time to investigate the best/proper setup --- .github/workflows/mega-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 0a3ba5aebe..11ae676094 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -18,7 +18,7 @@ env: # Apply linter fixes configuration # When active, APPLY_FIXES must also be defined as environment variable # (in github/workflows/mega-linter.yml or other CI tool) - APPLY_FIXES: all + APPLY_FIXES: none APPLY_FIXES_EVENT: pull_request # If APPLY_FIXES is used, defines if the fixes are directly committed (commit) or posted in a PR (pull_request) APPLY_FIXES_MODE: pull_request From b8ba1db45366617823f2ae1e62cf46ad86505116 Mon Sep 17 00:00:00 2001 From: Baptiste Grenier Date: Tue, 5 Nov 2024 12:13:44 +0100 Subject: [PATCH 21/21] Add another link having issues --- .github/linters/mlc_config.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/linters/mlc_config.json b/.github/linters/mlc_config.json index 5046183cb5..b71c897b1a 100644 --- a/.github/linters/mlc_config.json +++ b/.github/linters/mlc_config.json @@ -23,6 +23,9 @@ { "pattern": "^https://aai.egi.eu/LoA" }, + { + "pattern": "^https://aai.egi.eu/proxy*" + }, { "pattern": "^https://.*aai.egi.eu/mp-oa2-server/" }, @@ -33,10 +36,10 @@ "pattern": "^https://argo-mon.*.cro-ngi.hr/nagios" }, { - "pattern": "^https://training.notebooks.egi.eu*" + "pattern": "^http://cvmfs-release01.gridpp.rl.ac.uk/*" }, { - "pattern": "^https://aai.egi.eu/proxy*" + "pattern": "^https://training.notebooks.egi.eu*" }, { "pattern": "^https://goc.egi.eu/portal*"