Skip to content

Commit abade0e

Browse files
Merged pull request
SEC-1165 : Adding a PR based workflow to check the status of Snyk checks
2 parents 832ce60 + 42f459a commit abade0e

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: 'Verify Snyk PR Checks'
2+
3+
on:
4+
pull_request:
5+
types: [opened, synchronize, reopened]
6+
branches:
7+
- 'main'
8+
- 'master'
9+
10+
jobs:
11+
snyk_scan_results:
12+
# This 'name' is what appears in the pull request's check list.
13+
name: Snyk Scan Results
14+
# Calls the reusable workflow from your central .github repository.
15+
uses: atlanhq/.github/.github/workflows/reusable-verify-snyk-scans.yml@main
16+
# Allows the reusable workflow to use the GITHUB_TOKEN from this repository.
17+
secrets: inherit

0 commit comments

Comments
 (0)