forked from vksingh143/example-javascript
-
Notifications
You must be signed in to change notification settings - Fork 1
21 lines (18 loc) · 483 Bytes
/
main.yml
File metadata and controls
21 lines (18 loc) · 483 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
on:
push:
branches: [ "main" ]
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