Skip to content

Update README.md

Update README.md #89

Workflow file for this run

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