-
Notifications
You must be signed in to change notification settings - Fork 22
36 lines (31 loc) · 865 Bytes
/
test.yml
File metadata and controls
36 lines (31 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
on:
push:
paths-ignore:
- "README.md"
- "**.json"
- "action.yml"
#schedule:
# - cron: 15 14 * * 6
workflow_dispatch:
jobs:
veracode-sca-task:
runs-on: ubuntu-latest
name: Test repository for Issues
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run Veracode SCA
env:
SRCCLR_API_TOKEN: ${{ secrets.SRCCLR_API_TOKEN }}
uses: ./
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
quick: true
#url: "https://www.github.com/dancancro/great-big-example-application"
#url: "https://github.com/Lerer/serverless-veracode-webhooks"
create-issues: true
#allow-dirty: false
#recursive: true
fail-on-cvss: 1
min-cvss-for-issue: 1
debug: false