Ensure all Transaction Event Log data are displayed #406
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: SAST - SonarCloud 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_action.yml@main | |
| secrets: | |
| SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} | |
| GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| DOJO_TOKEN: ${{ secrets.DOJO_TOKEN }} | |
| DOJO_URL: ${{ secrets.DOJO_URL }} |