We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9681c9 commit 806322eCopy full SHA for 806322e
.github/pull_request_template.md
@@ -0,0 +1,11 @@
1
+## Summary
2
+
3
+## Detail
4
5
+## Testing
6
7
+## Documentation
8
9
+---
10
11
+**Requested Reviewers:** @mention
.github/workflows/scan.yml
@@ -0,0 +1,14 @@
+name: Scan
+on:
+ pull_request:
+ branches: [master]
+ push:
+jobs:
+ scan:
+ if: github.event_name == 'pull_request'
+ uses: circlefin/circle-public-github-workflows/.github/workflows/pr-scan.yaml@v1
12
+ release-sbom:
13
+ if: github.event_name == 'push'
14
+ uses: circlefin/circle-public-github-workflows/.github/workflows/attach-release-assets.yaml@v1
0 commit comments