Skip to content

Update main.yml

Update main.yml #17

Workflow file for this run

---
# This workflow integrates ShiftLeft NG SAST with GitHub
# Visit https://docs.shiftleft.io for help
name: QwietScans
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/[email protected]
with:
shiftleft-access-token: ${{ secrets.SHIFTLEFT_ACCESS_TOKEN }}
excludeRegex: ".*(test|Readme).*$"
importGitHub: true
verbose: true
strict: false
wait: false
timeout: 30m