Skip to content

Bump entur/gha-security/.github/workflows/docker-scan.yml from 2 to 2.15.0 - #77

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/entur/gha-security/dot-github/workflows/docker-scan.yml-2.15.0
Open

Bump entur/gha-security/.github/workflows/docker-scan.yml from 2 to 2.15.0#77
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/entur/gha-security/dot-github/workflows/docker-scan.yml-2.15.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 30, 2026

Copy link
Copy Markdown
Contributor

Bumps entur/gha-security/.github/workflows/docker-scan.yml from 2 to 2.15.0.

Release notes

Sourced from entur/gha-security/.github/workflows/docker-scan.yml's releases.

v2.15.0

2.15.0 (2026-07-07)

Features

  • add codeql kotlin support warning (#233) (980d09b)
  • Improve alert output from Grype to include location (#232) (3ffb25f)
  • support dynamic build secrets (#228) (408a53b)

v2.14.0

2.14.0 (2026-06-19)

Features

  • add input include_docker_workdir to docker-scan (#223) (22a6e95)
  • improve pull request comment handling (#221) (e433894)
  • improve security hardening (#218) (71679a5)

Bug Fixes

  • check scala in semgrep_languages than codeql_languages (#224) (b201195)
  • reduce scope where github token is exposed under env (#216) (7b76d13)
  • truncate allowlist comment if longer than 280 characters. (#222) (d3c49ee)

v2.13.0

2.13.0 (2026-05-22)

Features

  • Support Github Packages during CodeQL and Semgrep steps (#212) (afff87d)

v2.12.2

2.12.2 (2026-04-27)

Bug Fixes

  • Gradle dependency graph not uploading (#202) (afb84fe)

v2.12.1

2.12.1 (2026-04-15)

Bug Fixes

... (truncated)

Changelog

Sourced from entur/gha-security/.github/workflows/docker-scan.yml's changelog.

2.15.1 (2026-07-28)

Bug Fixes

  • Remove docker scan comment if there are no longer errors (#239) (69ab985)
  • Slack notification not running in docker-scan and code-scan (#241) (4b4fd18)
  • use toolchains.xml from setup-java instead of setup-gradle (#238) (abee641)

2.15.0 (2026-07-07)

Features

  • add codeql kotlin support warning (#233) (980d09b)
  • Improve alert output from Grype to include location (#232) (3ffb25f)
  • support dynamic build secrets (#228) (408a53b)

2.14.0 (2026-06-19)

Features

  • add input include_docker_workdir to docker-scan (#223) (22a6e95)
  • improve pull request comment handling (#221) (e433894)
  • improve security hardening (#218) (71679a5)

Bug Fixes

  • check scala in semgrep_languages than codeql_languages (#224) (b201195)
  • reduce scope where github token is exposed under env (#216) (7b76d13)
  • truncate allowlist comment if longer than 280 characters. (#222) (d3c49ee)

2.13.0 (2026-05-22)

Features

  • Support Github Packages during CodeQL and Semgrep steps (#212) (afff87d)

2.12.2 (2026-04-27)

Bug Fixes

  • Gradle dependency graph not uploading (#202) (afb84fe)

2.12.1 (2026-04-15)

... (truncated)

Commits
  • f3ee159 chore(deps): bump github/codeql-action from 4 to 4.35.2 (#206)
  • 7ff9be7 chore(deps-dev): bump the minor-and-patch group (#204)
  • 322bdb2 chore(deps): bump entur/gha-meta/.github/workflows/release.yml (#203)
  • 41208c3 chore(main): release 2.12.2 (#205)
  • afb84fe fix: Gradle dependency graph not uploading (#202)
  • See full diff 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [entur/gha-security/.github/workflows/docker-scan.yml](https://github.com/entur/gha-security) from 2 to 2.15.0.
- [Release notes](https://github.com/entur/gha-security/releases)
- [Changelog](https://github.com/entur/gha-security/blob/main/CHANGELOG.md)
- [Commits](entur/gha-security@v2...v2.15.0)

---
updated-dependencies:
- dependency-name: entur/gha-security/.github/workflows/docker-scan.yml
  dependency-version: 2.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Jul 30, 2026
Copilot AI review requested due to automatic review settings July 30, 2026 23:23
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 30, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.

Updates the GitHub Actions workflow to pin the docker-scan reusable workflow to a specific version for more deterministic CI behavior.

Changes:

  • Pin entur/gha-security/.github/workflows/docker-scan.yml from @v2 to @v2.15.0.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

docker-scan:
needs: [docker-build]
uses: entur/gha-security/.github/workflows/docker-scan.yml@v2
uses: entur/gha-security/.github/workflows/docker-scan.yml@v2.15.0
@github-actions

Copy link
Copy Markdown
Contributor

Docker Scan - Alert(s) found with threshold matching severity high

Results

  • critical: 9
  • high: 31
  • medium: 96
  • low: 33

Docker Scan Report can be found here

Allowlist

Use the allowlist if you want to ignore vulnerabilities that do not affect the repository.
See the Docker Scan documentation on how to use allowlist.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant