Skip to content

CHEF-21404 Enable CI for trufflelog scanning #30

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 22, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions .github/workflows/ci-main-pull-request-stub-trufflehog-only.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# This stub runs only the TruffleHog scan as part of CI checks on pull requests to main branch.

name: CI Pull Request – TruffleHog Only

on:
pull_request:
branches: [ main ]
push:
branches: [ main ]

workflow_dispatch:

permissions:
contents: read

jobs:
call-ci-main-pr-check-pipeline:
uses: chef/common-github-actions/.github/workflows/ci-main-pull-request.yml@main
secrets: inherit
permissions:
id-token: write
contents: read
with:
visibility: ${{ github.event.repository.visibility }}

# Enabled features
perform-trufflehog-scan: true
generate-sbom: true
export-github-sbom: true

# All other features
perform-complexity-checks: false
perform-language-linting: false
perform-blackduck-polaris: false
perform-blackduck-sca-scan: false
build: false
unit-tests: false
perform-sonarqube-scan: false
report-to-atlassian-dashboard: false
package-binaries: false
habitat-build: false
publish-packages: false
generate-blackduck-sbom: false
generate-msft-sbom: false
license_scout: false