From a39e13a8d6d960b34941feca0f2babe3b805f640 Mon Sep 17 00:00:00 2001 From: DotCipher <71338128+Wiran-Larbi@users.noreply.github.com> Date: Fri, 17 May 2024 22:41:35 +0100 Subject: [PATCH] Update ci-api.yaml --- .github/workflows/ci-api.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-api.yaml b/.github/workflows/ci-api.yaml index 1e5c7a4..e4dd90b 100644 --- a/.github/workflows/ci-api.yaml +++ b/.github/workflows/ci-api.yaml @@ -64,7 +64,8 @@ jobs: cd backend mvn clean test - secret-scan: + secrets: + name: Secret Scanning for API runs-on: ubuntu-latest steps: - name: Checkout code @@ -78,6 +79,7 @@ jobs: sca: + name: Software composition analysis runs-on: ubuntu-latest steps: - uses: actions/checkout@master @@ -131,7 +133,7 @@ jobs: build: name: Build Suivie Physique API runs-on: ubuntu-latest - needs: [compile, test, coverage] + needs: [compile, test, secrets, sca, coverage] steps: - name: Checkout code uses: actions/checkout@v4