Skip to content

Commit

Permalink
Update config for new dashlord release
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasRitouet committed Jan 25, 2024
1 parent bfdbb1d commit 2d9b748
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/scans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ jobs:
path: "**/node_modules"
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}



- name: dsfr
continue-on-error: true
timeout-minutes: 10
Expand All @@ -88,6 +90,15 @@ jobs:
url: ${{ matrix.sites.url }}
output: scans/dsfr.json

- name: eco-index
continue-on-error: true
timeout-minutes: 10
uses: "socialgouv/dashlord-actions/ecoindex@v1"
if: ${{ matrix.sites.tools.ecoindex }}
with:
url: ${{ matrix.sites.url }}
output: scans/ecoindex.json

- name: sonarcloud scan
if: ${{ matrix.sites.tools.sonarcloud }}
id: sonarcloud
Expand Down
3 changes: 3 additions & 0 deletions dashlord.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ tools:
codescan: true
stats: false
declaration-a11y: true
declaration-rgpd: true
ecoindex: true
dsfr: true
betagouv: true
budget_page: true
urls:
- url: https://incubateur.anct.gouv.fr/
- url: https://espacesurdemande.fr
Expand Down Expand Up @@ -86,6 +88,7 @@ urls:
repositories:
- https://github.com/betagouv/monstage
- url: https://aplus.beta.gouv.fr/
betaId: aplus
repositories:
- https://github.com/betagouv/aplus
- url: https://agentsenintervention.anct.gouv.fr/
Expand Down

0 comments on commit 2d9b748

Please sign in to comment.