Skip to content

Commit

Permalink
Create final_caller.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
christosservos authored Feb 16, 2024
1 parent 5438284 commit 42e8588
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/final_caller.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: CALL ALL SEC WORKFLOWS - SAST - SCA -SECRET SCANNING
on:
push:
workflow_dispatch:

jobs:
SAST_caller:
uses: Tech-it-or-live-it-Secure-CICD/centralWorkflows/.github/workflows/final_sonar.yml@main
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
DOJO_TOKEN: ${{ secrets.DOJO_TOKEN }}
DOJO_URL: ${{ secrets.DOJO_URL }}


SCA_caller:
uses: Tech-it-or-live-it-Secure-CICD/centralWorkflows/.github/workflows/final_depcheck.yml@main
secrets:
NVD_API_KEY: ${{ secrets.NVD_API_KEY }}
DOJO_TOKEN: ${{ secrets.DOJO_TOKEN }}
DOJO_URL: ${{ secrets.DOJO_URL }}


Secret_scanning_caller:
uses: Tech-it-or-live-it-Secure-CICD/centralWorkflows/.github/workflows/final_gitleaks.yml@main
secrets:
DOJO_TOKEN: ${{ secrets.DOJO_TOKEN }}
DOJO_URL: ${{ secrets.DOJO_URL }}

0 comments on commit 42e8588

Please sign in to comment.