Skip to content

Commit

Permalink
use delagnier actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Erica Delagnier committed Oct 31, 2023
1 parent 234191e commit f61d903
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

# build the report
- id: dashlord-report
uses: SocialGouv/dashlord-actions/report@v1
uses: edelagnier/dashlord-actions/report@v1
with:
base-path: /dashlord # adapt to your repo name

Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/scans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- id: init
uses: "SocialGouv/dashlord-actions/init@v1"
uses: "edelagnier/dashlord-actions/init@v1"
with:
url: ${{ github.event.inputs.url }}
tool: ${{ github.event.inputs.tool }}
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
id: sonarcloud
continue-on-error: true
timeout-minutes: 10
uses: SocialGouv/dashlord-actions/sonarcloud@v1
uses: edelagnier/dashlord-actions/sonarcloud@v1
with:
repos: ${{ join(matrix.sites.repositories) }}
output: "scans/sonarcloud.json"
Expand All @@ -96,7 +96,7 @@ jobs:

- name: Déclaration a11y
timeout-minutes: 10
uses: "socialgouv/dashlord-actions/declaration-a11y@v1"
uses: "edelagnier/dashlord-actions/declaration-a11y@v1"
if: ${{ matrix.sites.tools['declaration-a11y'] }}
with:
url: ${{ matrix.sites.url }}
Expand All @@ -105,15 +105,15 @@ jobs:
- name: eco-index
continue-on-error: true
timeout-minutes: 10
uses: "socialgouv/dashlord-actions/ecoindex@v1"
uses: "edelagnier/dashlord-actions/ecoindex@v1"
if: ${{ matrix.sites.tools.ecoindex }}
with:
url: ${{ matrix.sites.url }}
output: scans/ecoindex.json

- name: Déclaration RGPD
timeout-minutes: 10
uses: SocialGouv/dashlord-actions/declaration-rgpd@v1
uses: edelagnier/dashlord-actions/declaration-rgpd@v1
if: ${{ matrix.sites.tools['declaration-rgpd'] }}
with:
thirdparties: ${{ steps.thirdparties.outputs.json }}
Expand All @@ -124,7 +124,7 @@ jobs:
continue-on-error: true
timeout-minutes: 20
if: ${{ matrix.sites.tools.trivy && matrix.sites.docker }}
uses: "socialgouv/dashlord-actions/trivy@v1"
uses: "edelagnier/dashlord-actions/trivy@v1"
with:
images: ${{ join(matrix.sites.docker) }}
output: scans/trivy.json
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
- name: Lighthouse scan
if: ${{ matrix.sites.tools.lighthouse }}
timeout-minutes: 10
uses: socialgouv/dashlord-actions/lhci@v1
uses: edelagnier/dashlord-actions/lhci@v1
with:
url: "${{ join(matrix.sites.subpages, ',') }}"

Expand Down Expand Up @@ -272,7 +272,7 @@ jobs:
repositories: ${{ join(matrix.sites.repositories) }}
output: scans/codescanalerts.json

- uses: SocialGouv/dashlord-actions/save@v1
- uses: edelagnier/dashlord-actions/save@v1
with:
url: ${{ matrix.sites.url }}
# only clean up previous stats when all tools runned
Expand Down

0 comments on commit f61d903

Please sign in to comment.