-
Notifications
You must be signed in to change notification settings - Fork 136
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: Release v2.0.7 #5650
chore: Release v2.0.7 #5650
Conversation
Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.16.0 to 0.16.1. - [Release notes](https://github.com/anchore/sbom-action/releases) - [Commits](anchore/sbom-action@v0.16.0...v0.16.1) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat(performance): buffer the logs sent from the container, to avoid sending message for each line * feat(performance): batch Test Workflow's result updates * fix(testworkflows): handle getting long container logs after the log rotation happens @see {@link https://stackoverflow.com/a/68673451} * feat(testworkflows): optimize reading timestamp from Kubernetes logs * feat(testworkflows): optimize buffering logs * feat(testworkflows): use native channel instead of heavier Channels for WatchInstrumentedPod * feat(testworkflows): increase buffer size for logs buffering
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
@@ -741,7 +741,7 @@ | |||
uses: docker/setup-qemu-action@v3 | |||
|
|||
- uses: sigstore/[email protected] | |||
- uses: anchore/sbom-action/[email protected].0 | |||
- uses: anchore/sbom-action/[email protected].1 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Remediation tip: update your workflow using https://app.stepsecurity.io
Click Remediation section below for further remediation help
@@ -249,7 +249,7 @@ | |||
uses: actions/checkout@v4 | |||
|
|||
- uses: sigstore/[email protected] | |||
- uses: anchore/sbom-action/[email protected].0 | |||
- uses: anchore/sbom-action/[email protected].1 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Remediation tip: update your workflow using https://app.stepsecurity.io
Click Remediation section below for further remediation help
@@ -442,7 +442,7 @@ | |||
uses: actions/checkout@v4 | |||
|
|||
- uses: sigstore/[email protected] | |||
- uses: anchore/sbom-action/[email protected].0 | |||
- uses: anchore/sbom-action/[email protected].1 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Remediation tip: update your workflow using https://app.stepsecurity.io
Click Remediation section below for further remediation help
@@ -863,7 +863,7 @@ | |||
fetch-depth: 0 | |||
|
|||
- uses: sigstore/[email protected] | |||
- uses: anchore/sbom-action/[email protected].0 | |||
- uses: anchore/sbom-action/[email protected].1 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Remediation tip: update your workflow using https://app.stepsecurity.io
Click Remediation section below for further remediation help
@@ -510,7 +510,7 @@ | |||
uses: actions/checkout@v4 | |||
|
|||
- uses: sigstore/[email protected] | |||
- uses: anchore/sbom-action/[email protected].0 | |||
- uses: anchore/sbom-action/[email protected].1 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Remediation tip: update your workflow using https://app.stepsecurity.io
Click Remediation section below for further remediation help
@@ -669,7 +669,7 @@ | |||
uses: actions/checkout@v4 | |||
|
|||
- uses: sigstore/[email protected] | |||
- uses: anchore/sbom-action/[email protected].0 | |||
- uses: anchore/sbom-action/[email protected].1 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Remediation tip: update your workflow using https://app.stepsecurity.io
Click Remediation section below for further remediation help
@@ -19,7 +19,7 @@ | |||
uses: actions/checkout@v4 | |||
|
|||
- uses: sigstore/[email protected] | |||
- uses: anchore/sbom-action/[email protected].0 | |||
- uses: anchore/sbom-action/[email protected].1 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Remediation tip: update your workflow using https://app.stepsecurity.io
Click Remediation section below for further remediation help
@@ -94,7 +94,7 @@ | |||
uses: actions/checkout@v4 | |||
|
|||
- uses: sigstore/[email protected] | |||
- uses: anchore/sbom-action/[email protected].0 | |||
- uses: anchore/sbom-action/[email protected].1 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Remediation tip: update your workflow using https://app.stepsecurity.io
Click Remediation section below for further remediation help
@@ -131,7 +131,7 @@ | |||
with: | |||
fetch-depth: 0 | |||
- uses: sigstore/[email protected] | |||
- uses: anchore/sbom-action/[email protected].0 | |||
- uses: anchore/sbom-action/[email protected].1 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Remediation tip: update your workflow using https://app.stepsecurity.io
Click Remediation section below for further remediation help
@@ -121,7 +121,7 @@ | |||
with: | |||
fetch-depth: 0 | |||
- uses: sigstore/[email protected] | |||
- uses: anchore/sbom-action/[email protected].0 | |||
- uses: anchore/sbom-action/[email protected].1 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Remediation tip: update your workflow using https://app.stepsecurity.io
Click Remediation section below for further remediation help
✅ Deploy Preview for testkube-docs-preview canceled.
|
Pull request description
Checklist (choose whats happened)
Breaking changes
Changes
Fixes