Skip to content

Commit 397b5be

Browse files
Update .github/workflows/reusable-trufflehog.yml
Co-authored-by: James C <87319125+jamesc-grafana@users.noreply.github.com>
1 parent 298eb08 commit 397b5be

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/reusable-trufflehog.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ jobs:
8181
8282
- name: Scan for secrets
8383
id: scan
84+
environment:
85+
BASE_REF: ${{ github.event.pull_request.base.ref }}
86+
SHA: ${{ github.sha }}
8487
run: |
8588
set +e
8689
echo "[]" > results.json

0 commit comments

Comments
 (0)