Skip to content

Commit 6a2b506

Browse files
committed
remove .
1 parent 9812406 commit 6a2b506

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/quality-checks-devcontainer.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ jobs:
8989
echo "Showing last few commits"
9090
git log -5 --oneline
9191
echo "Running secret scan"
92-
git-secrets --scan-history .
92+
git-secrets --scan-history
93+
echo "scan complete"
9394
- name: Run actionlint
9495
run: |
9596
make actionlint

0 commit comments

Comments
 (0)