Skip to content

Commit

Permalink
Merge pull request eclipse-tractusx#555 from FraunhoferISST/fix/554-t…
Browse files Browse the repository at this point in the history
…rufflehog

fix(trufflehog): checkout forks during pr
  • Loading branch information
mhellmeier authored Aug 20, 2024
2 parents b4c8499 + 621ca2b commit 3f60787
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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 3f60787

Please sign in to comment.