Skip to content

Commit c8367e3

Browse files
list .gitallowed
1 parent 611c531 commit c8367e3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ runs:
8181
echo "::group::List git-secrets"
8282
git-secrets --list
8383
echo "::endgroup::"
84+
echo "::group::Allowed git-secrets"
85+
cat .gitallowed || echo ""
86+
echo "::endgroup::"
8487
shell: bash
8588
- name: Scan with git-secrets
8689
run: |

0 commit comments

Comments
 (0)