Update CxOssResult to support multiple locations per package (AST-994… #324
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: Nightly Release | |
| permissions: | |
| id-token: write | |
| contents: write | |
| packages: write | |
| on: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| nightly: | |
| uses: CheckmarxDev/ast-cli-javascript-wrapper/.github/workflows/release.yml@main | |
| secrets: inherit |