Skip to content

Commit d8f0995

Browse files
authored
ci: dont comment empty summary tables on PR (#36328)
### Issue # (if applicable) Closes #<issue number here>. ### Reason for this change ### Description of changes ### Describe any new or updated permissions being added ### Description of how you validated changes ### Checklist - [ ] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 11af41d commit d8f0995

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/security-report.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
group_suite: true
4646
include_skipped: false
4747
check_title_template: '{{TEST_NAME}}'
48+
include_empty_in_summary: false
4849

4950
- name: Publish Security Test Results for resolved templates
5051
uses: mikepenz/action-junit-report@v6
@@ -63,3 +64,4 @@ jobs:
6364
group_suite: true
6465
include_skipped: false
6566
check_title_template: '{{TEST_NAME}}'
67+
include_empty_in_summary: false

0 commit comments

Comments
 (0)