File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66name : CodeQL
77
8- on :
98 push :
109 branches : [main]
1110 pull_request :
1413 - cron : ' 0 0 * * 0'
1514 workflow_dispatch :
1615
16+
1717concurrency :
1818 group : ${{ github.workflow }}-${{ github.ref }}
1919 cancel-in-progress : true
Original file line number Diff line number Diff line change 22# ==================
33# Scans pull requests for dependency changes and alerts on known vulnerabilities
44# Documentation: https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review
5-
65name : Dependency Review
76
87on :
8+
99 pull_request :
1010 branches : [main, develop]
1111 workflow_dispatch :
Original file line number Diff line number Diff line change 33# Comprehensive security scanning for the GitHub Copilot Cybersecurity course
44# Course: GitHub Copilot for Cybersecurity Specialists
55#
6- # Features:
76# - Secret detection (TruffleHog, GitLeaks)
87# - Dependency scanning (npm audit, Snyk)
98# - SAST (CodeQL, Semgrep)
1817 branches : [main, develop]
1918 pull_request :
2019 branches : [main]
20+
2121 schedule :
2222 # Run security scans daily at 6 AM UTC
2323 - cron : ' 0 6 * * *'
You can’t perform that action at this time.
0 commit comments