Merge pull request #16 from accions000/veer322-patch-21 #84
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
on: | |
push: | |
branches: | |
- master | |
- js-dynamic | |
workflow_dispatch: | |
jobs: | |
veracode-sca-task: | |
runs-on: ubuntu-latest | |
name: Scan repository with Veracode SCA | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Run Veracode SCA | |
env: | |
SRCCLR_API_TOKEN: ${{ secrets.SRCCLR_API_TOKEN }} | |
uses: veracode/veracode-sca@v2.1.6 | |
with: | |
github_token: ${{ secrets.GITHUB_TOKEN }} | |
create-issues: false |