Skip to content

ci(github-actions): bump bridgecrewio/checkov-action from 12.3001.0 to 12.3002.0 in the github-actions group #231

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

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the github-actions group with 1 update: bridgecrewio/checkov-action.

Updates bridgecrewio/checkov-action from 12.3001.0 to 12.3002.0

Commits

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

Bumps the github-actions group with 1 update: [bridgecrewio/checkov-action](https://github.com/bridgecrewio/checkov-action).


Updates `bridgecrewio/checkov-action` from 12.3001.0 to 12.3002.0
- [Release notes](https://github.com/bridgecrewio/checkov-action/releases)
- [Commits](bridgecrewio/checkov-action@7de4495...0508198)

---
updated-dependencies:
- dependency-name: bridgecrewio/checkov-action
  dependency-version: 12.3002.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 29, 2025
@dependabot dependabot bot requested a review from yxtay as a code owner April 29, 2025 10:01
Copy link

trunk-io bot commented Apr 29, 2025

⏱️ 14m total CI duration on this PR
Slowest 15 Jobs Cumulative Duration Recent Runs
megalinter 4m 🟩
docker 1m 🟩
trunk 1m 🟩
python (windows-latest, 3.12) 45s 🟩
trivy 41s 🟩
msdo 39s 🟩
kics 37s 🟩
osv-scan-pr / osv-scan 36s 🟩
syft 31s 🟩
checkov 30s 🟩
devskim 29s 🟩
grype 28s 🟩
python (ubuntu-latest, 3.12) 26s 🟩
python (macos-latest, 3.12) 22s 🟩
dustilock 21s 🟩

settingsfeedbackdocs ⋅ learn more about trunk.io

@github-actions github-actions bot enabled auto-merge (squash) April 29, 2025 10:01
Copy link
Contributor

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.

Copy link
Contributor

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ ACTION actionlint 1 0 0 0.64s
✅ COPYPASTE jscpd yes no no 1.1s
✅ EDITORCONFIG editorconfig-checker 1 0 0 0.62s
✅ REPOSITORY checkov yes no no 12.91s
✅ REPOSITORY devskim yes no no 0.98s
✅ REPOSITORY dustilock yes no no 0.0s
✅ REPOSITORY gitleaks yes no no 0.38s
✅ REPOSITORY git_diff yes no no 0.0s
✅ REPOSITORY grype yes no no 21.85s
✅ REPOSITORY kics yes no no 2.36s
✅ REPOSITORY secretlint yes no no 0.84s
✅ REPOSITORY semgrep yes no no 14.72s
✅ REPOSITORY syft yes no no 1.02s
✅ REPOSITORY trivy yes no no 7.31s
✅ REPOSITORY trivy-sbom yes no no 0.07s
✅ REPOSITORY trufflehog yes no no 7.46s
✅ SPELL lychee 1 0 0 0.64s
✅ YAML prettier 1 0 0 0 0.48s
✅ YAML v8r 1 0 0 3.31s
✅ YAML yamllint 1 0 0 0.3s

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

@github-actions github-actions bot merged commit 529d364 into main Apr 29, 2025
55 checks passed
@github-actions github-actions bot deleted the dependabot/github_actions/github-actions-01b0c5b391 branch April 29, 2025 10:10
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.

1 participant