Skip to content

Commit

Permalink
Merge pull request #15 from niscy-eudiw/feat/secworkflows
Browse files Browse the repository at this point in the history
added sec workflows
  • Loading branch information
stzouvaras authored Nov 20, 2024
2 parents 44951d1 + 1671c98 commit 4b100b8
Show file tree
Hide file tree
Showing 4 changed files with 2,277 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/dependencycheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: SCA - Dependency Check Caller
on:
push:
branches-ignore:
- 'dependabot/**'
workflow_dispatch:

jobs:
SCA_caller:
uses: eu-digital-identity-wallet/eudi-infra-ci/.github/workflows/sca_bt.yml@main
secrets:
NVD_API_KEY: ${{ secrets.NVD_API_KEY }}
DOJO_TOKEN: ${{ secrets.DOJO_TOKEN }}
DOJO_URL: ${{ secrets.DOJO_URL }}
13 changes: 13 additions & 0 deletions .github/workflows/gitleaks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Secret Scanning - Gitleaks Caller
on:
push:
branches-ignore:
- 'dependabot/**'
workflow_dispatch:

jobs:
Secret_Scanning_caller:
uses: eu-digital-identity-wallet/eudi-infra-ci/.github/workflows/secretscanning.yml@main
secrets:
DOJO_TOKEN: ${{ secrets.DOJO_TOKEN }}
DOJO_URL: ${{ secrets.DOJO_URL }}
16 changes: 16 additions & 0 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: SAST - SonarCloud (BT) Caller
on:
push:
branches-ignore:
- 'dependabot/**'
pull_request_target:
workflow_dispatch:

jobs:
SAST_caller:
uses: eu-digital-identity-wallet/eudi-infra-ci/.github/workflows/sast_bt_no_cov.yml@main
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOJO_TOKEN: ${{ secrets.DOJO_TOKEN }}
DOJO_URL: ${{ secrets.DOJO_URL }}
Loading

0 comments on commit 4b100b8

Please sign in to comment.