From 4c17a58d5c8a627a0412858b878dee349837b3bc Mon Sep 17 00:00:00 2001 From: Julien Bouquillon Date: Mon, 22 Jan 2024 00:00:20 +0100 Subject: [PATCH] chore: perf optims (#150) * chore: disable nuclei * Update scans.yml * Update report.yml --- .github/workflows/report.yml | 2 -- .github/workflows/scans.yml | 5 +++-- dashlord.yml | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/report.yml b/.github/workflows/report.yml index d4bd5f6154f..315acbc298d 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -14,8 +14,6 @@ jobs: name: Website steps: - uses: actions/checkout@v2 - with: - fetch-depth: 0 - uses: actions/cache@v2 with: diff --git a/.github/workflows/scans.yml b/.github/workflows/scans.yml index 0936cdcd045..b03e8defda5 100644 --- a/.github/workflows/scans.yml +++ b/.github/workflows/scans.yml @@ -282,9 +282,10 @@ jobs: # only clean up previous stats when all tools runned cleanup: ${{ github.event.inputs.tool == 'all' && true || false }} - - uses: EndBug/add-and-commit@v7 + - uses: EndBug/add-and-commit@v9 with: - add: '["results"]' + add: "results" author_name: "DashlordBetaGouvBot " author_email: "DashlordBetaGouvBot@incubateur.net" message: "update: ${{ matrix.sites.url }}" + fetch: false diff --git a/dashlord.yml b/dashlord.yml index 3168bfc4362..fc5a1e885a4 100644 --- a/dashlord.yml +++ b/dashlord.yml @@ -10,7 +10,7 @@ tools: lighthouse: true testssl: true wappalyzer: true - nuclei: true + nuclei: false zap: true thirdparties: true dependabot: false