Skip to content

Merge pull request #71 from Github-Workflow-Test-Org/js-dynamic #133

Merge pull request #71 from Github-Workflow-Test-Org/js-dynamic

Merge pull request #71 from Github-Workflow-Test-Org/js-dynamic #133

Workflow file for this run

on:
push:
branches: [ "master" ]
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/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
create-issues: false