Skip to content
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

chore(deps): Bump Kong/public-shared-actions from 2.7.3 to 2.8.0 #3282

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 6, 2024

Bumps Kong/public-shared-actions from 2.7.3 to 2.8.0.

Release notes

Sourced from Kong/public-shared-actions's releases.

v2.8.0

What's Changed

New Contributors

Full Changelog: Kong/public-shared-actions@v2...v2.8.0

Commits
  • 0ccacff feat(security-actions/scan-docker-image): support trivy_db_cache as alterna...
  • 1a06695 chore(docs): update semgrep readme (#195)
  • 1fc4baa github-actions(deps): bump anchore/sbom-action (#191)
  • 2f32561 github-actions(deps): bump anchore/sbom-action in /security-actions/sca (#194)
  • 9d9c93f chore(deps): bump github/codeql-action/upload-sarif from v2 to v3
  • 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 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 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 [Kong/public-shared-actions](https://github.com/kong/public-shared-actions) from 2.7.3 to 2.8.0.
- [Release notes](https://github.com/kong/public-shared-actions/releases)
- [Commits](Kong/public-shared-actions@28d20a1...0ccacff)

---
updated-dependencies:
- dependency-name: Kong/public-shared-actions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner December 6, 2024 15:26
@dependabot dependabot bot removed the request for review from a team December 6, 2024 15:26
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 6, 2024
@dependabot dependabot bot requested a review from johncowen December 6, 2024 15:26
Copy link

netlify bot commented Dec 6, 2024

Deploy Preview for kuma-gui ready!

Name Link
🔨 Latest commit 88a5991
🔍 Latest deploy log https://app.netlify.com/sites/kuma-gui/deploys/6753179a89900c0008efa3be
😎 Deploy Preview https://deploy-preview-3282--kuma-gui.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@johncowen johncowen merged commit c1c7843 into master Dec 6, 2024
16 checks passed
@johncowen johncowen deleted the dependabot/github_actions/Kong/public-shared-actions-2.8.0 branch December 6, 2024 15:39
bartsmykla added a commit to kumahq/kuma that referenced this pull request Dec 9, 2024
…VE report (#12177)

## Motivation and Implementation

Our CI runs security scans for SBOM and CVE reports in the default
workflow directory. This directory is also used to install development
and CI tools, and tools from `make generate` during `make check`.
Because of this, the SBOM includes these tools as dependencies, along
with unrelated stuff like multiple versions of Go.

This PR improves the SBOM by removing dependencies which shouldn't be
there. It reduces the listed dependencies by 76% by excluding GitHub
Actions, tools from `make generate`, and development or CI tools. Now,
the SBOM only shows the real dependencies of the project.

False positives in the CVE report are also gone, and the SBOM and CVE
report files now correctly show the project’s name and version (instead
of "." and no version).

---

### Before

```sh
~ syft scan dir:. -c .syft.yaml --source-name kumahq/kuma --source-version master > sbom-before.spdx.json
 ✔ Indexed file system      /[...]/kumahq/kuma
 ✔ Cataloged contents       e34fa5da8eec368385233eeb67405d649969c9ced2a1193625836626e574373f
   ├── ✔ Packages           [1,602 packages]
   ├── ✔ File digests       [23 files]
   ├── ✔ File metadata      [23 locations]
   └── ✔ Executables        [0 executables]
```

### After

```sh
~ syft scan dir:. -c .syft.yaml --source-name kumahq/kuma --source-version master > sbom-after.spdx.json
 ✔ Indexed file system      /[...]/kumahq/kuma
 ✔ Cataloged contents       06132c9cb99e02540d5878a325fe546074bc96ff891fbc4a00a2cc77884fb0ec
   ├── ✔ Packages           [377 packages]
   ├── ✔ File digests       [2 files]
   ├── ✔ File metadata      [2 locations]
   └── ✔ Executables        [0 executables]
```

> [!NOTE]
> Above result Includes my kuma-gui fixes

## Supporting documentation

<!-- Is there a MADR? An Issue? A related PR? -->

- kumahq/kuma-gui#3268
- kumahq/kuma-gui#3282

<!--
> Changelog: skip
-->
<!--
Uncomment the above section to explicitly set a [`> Changelog:` entry
here](https://github.com/kumahq/kuma/blob/master/CONTRIBUTING.md#submitting-a-patch)?
-->

---------

Signed-off-by: Bart Smykla <[email protected]>
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 production
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant