forked from nishfath/shiftleft-python-examplewithteam
-
Notifications
You must be signed in to change notification settings - Fork 0
37 lines (29 loc) · 710 Bytes
/
main.yml
File metadata and controls
37 lines (29 loc) · 710 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
37
---
# This workflow integrates ShiftLeft NG SAST with GitHub
# Visit https://docs.shiftleft.io for help
name: QwietScan1
on:
pull_request:
push:
branches:
- main
- master
permissions:
actions: read
contents: read
security-events: write
jobs:
NextGen-Static-Analysis:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Qwiet-AllInOne-Scan
uses: elangosenthilnathan/Qwiet-preZero@main
with:
shiftleft-access-token: ${{ secrets.SHIFTLEFT_ACCESS_TOKEN }}
excludeRegex: ".*(test|Readmes).*$"
importGitHub: false
verbose: true
strict: false
wait: true
timeout: 30m