-
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
feat: Release/v2.0.11 #5677
feat: Release/v2.0.11 #5677
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
chore: Merge back v2.0.8
chore: release v2.0.10
* fix(testworkflows): displaying events (#5652) * feat: remove test workflow notifications Signed-off-by: Vladislav Sukhin <[email protected]> * fix: remove duplicated param Signed-off-by: Vladislav Sukhin <[email protected]> * featL refactor disable webhooks Signed-off-by: Vladislav Sukhin <[email protected]> * fix: dep update Signed-off-by: Vladislav Sukhin <[email protected]> * fix: add deprecated cli param Signed-off-by: Vladislav Sukhin <[email protected]> * fix: update docs Signed-off-by: Vladislav Sukhin <[email protected]> * fix: remove enable flag Signed-off-by: Vladislav Sukhin <[email protected]> * fix: update webhooks docs Signed-off-by: Vladislav Sukhin <[email protected]> * fix: add disable webhooks to execution Signed-off-by: Vladislav Sukhin <[email protected]> * fix: show more fields in twe Signed-off-by: Vladislav Sukhin <[email protected]> * fix: pass disable webhooks for test suites Signed-off-by: Vladislav Sukhin <[email protected]> * fixL format execution output Signed-off-by: Vladislav Sukhin <[email protected]> * fix: pass disable webhooks flag to execute operation Signed-off-by: Vladislav Sukhin <[email protected]> * fix: rename var Signed-off-by: Vladislav Sukhin <[email protected]> * fix: dep update Signed-off-by: Vladislav Sukhin <[email protected]> --------- Signed-off-by: Vladislav Sukhin <[email protected]> Co-authored-by: Dawid Rusnak <[email protected]>
ci: add dispatch (#5667)
* fix: sync docs Signed-off-by: Vladislav Sukhin <[email protected]> * fix: remove on state changed Signed-off-by: Vladislav Sukhin <[email protected]> * fix: unit tests Signed-off-by: Vladislav Sukhin <[email protected]> * fix: add new webhook events Signed-off-by: Vladislav Sukhin <[email protected]> * fix: remove link Signed-off-by: Vladislav Sukhin <[email protected]> * fix: remove slack events Signed-off-by: Vladislav Sukhin <[email protected]> * fix: support new evenys in webhooks Signed-off-by: Vladislav Sukhin <[email protected]> * docs: new event types Signed-off-by: Vladislav Sukhin <[email protected]> * fix: unit test for event types Signed-off-by: Vladislav Sukhin <[email protected]> * fix: unit tests for events Signed-off-by: Vladislav Sukhin <[email protected]> * fix: unit tests for exetended event type Signed-off-by: Vladislav Sukhin <[email protected]> * fix: add parallel unit tests Signed-off-by: Vladislav Sukhin <[email protected]> * fix: unit tests for emitter Signed-off-by: Vladislav Sukhin <[email protected]> * fix: add break Signed-off-by: Vladislav Sukhin <[email protected]> * fix: add nil check Signed-off-by: Vladislav Sukhin <[email protected]> * fix: test suite event end time Signed-off-by: Vladislav Sukhin <[email protected]> * fix: dep update Signed-off-by: Vladislav Sukhin <[email protected]> * fix: doc typo Signed-off-by: Vladislav Sukhin <[email protected]> --------- Signed-off-by: Vladislav Sukhin <[email protected]>
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. |
if: startsWith(github.event.pull_request.head.ref, 'sandbox/') | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/create-github-app-token@v1 |
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
owner: ${{ github.repository_owner }} | ||
|
||
- name: Repository dispatch | ||
uses: peter-evans/repository-dispatch@v2 |
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
@@ -0,0 +1,25 @@ | |||
name: Remove sandbox environment |
Check failure
Code scanning / Scorecard
Token-Permissions High
Remediation tip: Visit https://app.stepsecurity.io/secureworkflow.
Tick the 'Restrict permissions for GITHUB_TOKEN'
Untick other options
NOTE: If you want to resolve multiple issues at once, you can visit https://app.stepsecurity.io/securerepo instead.
Click Remediation section below for further remediation help
❌ Deploy Preview for testkube-docs-preview failed.
|
Pull request description
Checklist (choose whats happened)
Breaking changes
Changes
Fixes