Fix timestamp handling in createSignedDocuments to handle empty tsaUr… #32
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: 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 }} |