Skip to content

Instantly share code, notes, and snippets.

View CMYanko's full-sized avatar

Curtis Yanko CMYanko

View GitHub Profile
@CMYanko
CMYanko / ng_sast_scan.yml
Last active March 16, 2021 14:50
Java / Maven Build
---
# This workflow integrates ShiftLeft NG SAST with GitHub
# Visit https://docs.shiftleft.io for help
name: ShiftLeft
on:
# Trigger the workflow on push or pull request,
# but only for the main branch
push:
branches:
@CMYanko
CMYanko / Shiftleft.yml
Created March 16, 2021 15:42
Build Rules
source:
branch: main
build_rules:
- id: allow-zero-high-impact
finding_types:
- vuln
severity:
- SEVERITY_HIGH_IMPACT
# - id: build-rule-enchalada
# finding_types: