Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 30, 2025

Bumps the github-actions group with 1 update: trufflesecurity/trufflehog.

Updates trufflesecurity/trufflehog from 3.88.25 to 3.88.26

Release notes

Sourced from trufflesecurity/trufflehog's releases.

v3.88.26

What's Changed

New Contributors

Full Changelog: trufflesecurity/trufflehog@v3.88.25...v3.88.26

Commits
  • b06f6d7 Add --no-color option to force disabling colorized output (#4081)
  • d1c547f Don't die on collection request failure to Postman API (#4094)
  • 3f7e4c5 Don't die on workspace request failure to Postman API (#4095)
  • 4fd8aa8 Remove unnecessarily verbosity call when logging error (#4097)
  • b18f3d9 feat: langfuse support (#4079)
  • a451507 fix(deps): update module github.com/snowflakedb/gosnowflake to v1.13.3 [secur...
  • a5e0032 added shannon entropy check in accuweather detector (#4096)
  • 94d5061 Harness Detector Implementation (#4085)
  • 60e359b Netlify Detector Version 2 implementation (#4091)
  • 7008ad2 Small comment fix: workspaces --> collections (#4093)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 30, 2025
@dependabot dependabot bot requested a review from yxtay as a code owner April 30, 2025 09:42
@trunk-io
Copy link

trunk-io bot commented Apr 30, 2025

⏱️ 30m total CI duration on this PR
Slowest 15 Jobs Cumulative Duration Recent Runs
megalinter 8m 🟩🟩
trunk 3m 🟥🟥🟩
docker 2m 🟩🟩
python (windows-latest, 3.12) 2m 🟩🟩
msdo 2m 🟩🟩
grype 1m 🟩🟩
syft 1m 🟩🟩
kics 1m 🟩🟩
checkov 1m 🟩🟩
devskim 1m 🟩🟩
osv-scan-pr / osv-scan 56s 🟩🟩
trivy 53s 🟩🟩
python (macos-latest, 3.12) 48s 🟩🟩
python (ubuntu-latest, 3.12) 47s 🟩🟩
ossf 42s 🟩🟩

settingsfeedbackdocs ⋅ learn more about trunk.io

@github-actions github-actions bot enabled auto-merge (squash) April 30, 2025 09:42
@github-actions
Copy link
Contributor

github-actions bot commented Apr 30, 2025

kics-logo

KICS version: v2.1.7

Category Results
CRITICAL CRITICAL 0
HIGH HIGH 0
MEDIUM MEDIUM 6
LOW LOW 0
INFO INFO 0
TRACE TRACE 0
TOTAL TOTAL 6
Metric Values
Files scanned placeholder 7
Files parsed placeholder 7
Files failed to scan placeholder 0
Total executed queries placeholder 73
Queries failed to execute placeholder 0
Execution time placeholder 1

Queries Results

Query Name Query Id Severity Platform Cwe Cloud Provider Category Experimental Description File Name Line Issue Type Search Key Expected Value Actual Value
Container Traffic Not Bound To Host Interface 451d79dc-0588-476a-ad03-3c7f0320abb3 MEDIUM DockerCompose 693 COMMON Networking and Firewall false Incoming container traffic should be bound to a specific host interface compose.yaml 51 IncorrectValue services.app.ports Docker compose file to have 'ports' attribute bound to a specific host interface. Docker compose file doesn't have 'ports' attribute bound to a specific host interface
Container Traffic Not Bound To Host Interface 451d79dc-0588-476a-ad03-3c7f0320abb3 MEDIUM DockerCompose 693 COMMON Networking and Firewall false Incoming container traffic should be bound to a specific host interface compose.yaml 33 IncorrectValue services.app_ci.ports Docker compose file to have 'ports' attribute bound to a specific host interface. Docker compose file doesn't have 'ports' attribute bound to a specific host interface
Container Traffic Not Bound To Host Interface 451d79dc-0588-476a-ad03-3c7f0320abb3 MEDIUM DockerCompose 693 COMMON Networking and Firewall false Incoming container traffic should be bound to a specific host interface compose.yaml 12 IncorrectValue services.app_dev.ports Docker compose file to have 'ports' attribute bound to a specific host interface. Docker compose file doesn't have 'ports' attribute bound to a specific host interface
Healthcheck Not Set 698ed579-b239-4f8f-a388-baa4bcb13ef8 MEDIUM DockerCompose 703 COMMON Availability false Check containers periodically to see if they are running properly. compose.yaml 2 MissingAttribute services.app_dev Healthcheck should be defined. Healthcheck is not defined.
Healthcheck Not Set 698ed579-b239-4f8f-a388-baa4bcb13ef8 MEDIUM DockerCompose 703 COMMON Availability false Check containers periodically to see if they are running properly. compose.yaml 41 MissingAttribute services.app Healthcheck should be defined. Healthcheck is not defined.
Healthcheck Not Set 698ed579-b239-4f8f-a388-baa4bcb13ef8 MEDIUM DockerCompose 703 COMMON Availability false Check containers periodically to see if they are running properly. compose.yaml 22 MissingAttribute services.app_ci Healthcheck should be defined. Healthcheck is not defined.

@github-actions
Copy link
Contributor

github-actions bot commented Apr 30, 2025

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ ACTION actionlint 1 0 0 0.18s
✅ COPYPASTE jscpd yes no no 1.37s
✅ EDITORCONFIG editorconfig-checker 1 0 0 0.17s
✅ REPOSITORY checkov yes no no 12.65s
✅ REPOSITORY devskim yes no no 1.0s
✅ REPOSITORY dustilock yes no no 0.01s
✅ REPOSITORY gitleaks yes no no 0.38s
✅ REPOSITORY git_diff yes no no 0.0s
✅ REPOSITORY grype yes no no 21.26s
✅ REPOSITORY kics yes no no 2.15s
✅ REPOSITORY secretlint yes no no 0.88s
✅ REPOSITORY semgrep yes no no 14.87s
✅ REPOSITORY syft yes no no 1.26s
✅ REPOSITORY trivy yes no no 5.77s
✅ REPOSITORY trivy-sbom yes no no 0.09s
✅ REPOSITORY trufflehog yes no no 3.63s
✅ SPELL lychee 1 0 0 0.4s
✅ YAML prettier 1 0 0 0 0.42s
✅ YAML v8r 1 0 0 2.91s
✅ YAML yamllint 1 0 0 0.34s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

Bumps the github-actions group with 1 update: [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog).


Updates `trufflesecurity/trufflehog` from 3.88.25 to 3.88.26
- [Release notes](https://github.com/trufflesecurity/trufflehog/releases)
- [Changelog](https://github.com/trufflesecurity/trufflehog/blob/main/.goreleaser.yml)
- [Commits](trufflesecurity/trufflehog@d722a7e...b06f6d7)

---
updated-dependencies:
- dependency-name: trufflesecurity/trufflehog
  dependency-version: 3.88.26
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/github-actions-3f44e29100 branch from f2c550b to 7b1132a Compare May 1, 2025 09:56
@github-actions github-actions bot merged commit 8eef528 into main May 1, 2025
58 checks passed
@github-actions github-actions bot deleted the dependabot/github_actions/github-actions-3f44e29100 branch May 1, 2025 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants