Fix issue with next button observable used in selectable attributes f… #29
This file contains 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: 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.yml@main | |
secrets: | |
NVD_API_KEY: ${{ secrets.NVD_API_KEY }} | |
DOJO_TOKEN: ${{ secrets.DOJO_TOKEN }} | |
DOJO_URL: ${{ secrets.DOJO_URL }} |