Skip to content

Commit

Permalink
Update ci-api.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiran-Larbi authored May 17, 2024
1 parent 1ac193b commit a39e13a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -78,6 +79,7 @@ jobs:


sca:
name: Software composition analysis
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a39e13a

Please sign in to comment.