diff --git a/.github/workflows/trufflehog.yml b/.github/workflows/trufflehog.yml index 20afcac5..f801ac5c 100644 --- a/.github/workflows/trufflehog.yml +++ b/.github/workflows/trufflehog.yml @@ -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 diff --git a/docs/DEVELOPMENT.md b/docs/DEVELOPMENT.md index 383d2cd6..bec1ba8d 100644 --- a/docs/DEVELOPMENT.md +++ b/docs/DEVELOPMENT.md @@ -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