Skip to content

Commit

Permalink
fix(trufflehog): checkout forks during pr
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-rm-meyer-ISST committed Aug 19, 2024
1 parent add92d6 commit 5f4fa04
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/trufflehog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0 # Ensure full clone for pull request workflows
ref: ${{ github.head_ref }} # Fetch specific branch/commit for pull requests

- name: TruffleHog OSS
id: trufflehog
Expand Down
2 changes: 1 addition & 1 deletion docs/DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ act --list
>> 0 lint-test lint-test Lint and Test Charts helm-test.yml pull_request,workflow_dispatch

# run action with job-id lint-test for event as defined in pr-event.json
act --job lint-test -e .act/pr-event.json
act --job lint-test -e .act/pr_event.json
```

# Notes on the release
Expand Down

0 comments on commit 5f4fa04

Please sign in to comment.