Skip to content

chore(deps): bump the gha-deps group across 1 directory with 20 updates #336

chore(deps): bump the gha-deps group across 1 directory with 20 updates

chore(deps): bump the gha-deps group across 1 directory with 20 updates #336

Triggered via pull request April 26, 2026 10:45
Status Failure
Total duration 8m 51s
Artifacts

security-scan.yml

on: pull_request
Matrix: CodeQL Analysis
Matrix: Dockerfile Linting
Matrix: Go Dependency Vulnerability Scan
Matrix: Trivy Container Image Scan
npm Dependency Vulnerability Scan
55s
npm Dependency Vulnerability Scan
Secret Scanning with Gitleaks
6s
Secret Scanning with Gitleaks
SAST with Semgrep
51s
SAST with Semgrep
Kubernetes Manifest Security Scan
30s
Kubernetes Manifest Security Scan
Dependency Review
6s
Dependency Review
Security Scan Summary
2s
Security Scan Summary
Fit to window
Zoom out
Zoom in

Annotations

29 errors and 8 warnings
Secret Scanning with Gitleaks
🛑 missing gitleaks license. Go grab one at gitleaks.io and store it as a GitHub Secret named GITLEAKS_LICENSE. For more info about the recent breaking update, see [here](https://github.com/gitleaks/gitleaks-action#-announcement).
Go Dependency Vulnerability Scan (k8s-controller)
Process completed with exit code 1.
Go Dependency Vulnerability Scan (api)
The strategy configuration was canceled because "go-dependency-scan.k8s-controller" failed
Go Dependency Vulnerability Scan (api)
The operation was canceled.
Trivy Container Image Scan (ui)
Process completed with exit code 1.
Trivy Container Image Scan (kubernetes-controller)
The strategy configuration was canceled because "trivy-container-scan.ui" failed
Kubernetes Manifest Security Scan: manifests/redis-deployment.yaml#L6
CKV_K8S_28: "Minimize the admission of containers with the NET_RAW capability"
Kubernetes Manifest Security Scan: manifests/redis-deployment.yaml#L6
CKV_K8S_15: "Image Pull Policy should be Always"
Kubernetes Manifest Security Scan: manifests/redis-deployment.yaml#L6
CKV_K8S_40: "Containers should run as a high UID to avoid host conflict"
Kubernetes Manifest Security Scan: manifests/redis-deployment.yaml#L6
CKV_K8S_29: "Apply security context to your pods and containers"
Kubernetes Manifest Security Scan: manifests/redis-deployment.yaml#L6
CKV_K8S_38: "Ensure that Service Account Tokens are only mounted where necessary"
Kubernetes Manifest Security Scan: manifests/redis-deployment.yaml#L6
CKV_K8S_20: "Containers should not run with allowPrivilegeEscalation"
Kubernetes Manifest Security Scan: manifests/redis-deployment.yaml#L6
CKV_K8S_22: "Use read-only filesystem for containers where possible"
Kubernetes Manifest Security Scan: manifests/redis-deployment.yaml#L6
CKV_K8S_43: "Image should use digest"
Kubernetes Manifest Security Scan: manifests/redis-deployment.yaml#L6
CKV_K8S_30: "Apply security context to your containers"
Kubernetes Manifest Security Scan: manifests/redis-deployment.yaml#L6
CKV_K8S_31: "Ensure that the seccomp profile is set to docker/default or runtime/default"
Dockerfile Linting (api): api/Dockerfile#L44
DL3018 warning: Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`
Dockerfile Linting (api): api/Dockerfile#L30
DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.
Dockerfile Linting (api): api/Dockerfile#L12
DL3015 info: Avoid additional packages by specifying `--no-install-recommends`
Dockerfile Linting (api): api/Dockerfile#L12
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
Trivy Container Image Scan (api)
The strategy configuration was canceled because "trivy-container-scan.ui" failed
Trivy Container Image Scan (api)
Process completed with exit code 1.
Trivy Container Image Scan (api)
Path does not exist: trivy-api-results.sarif
Trivy Container Image Scan (api)
The operation was canceled.
Dockerfile Linting (k8s-controller)
The strategy configuration was canceled because "docker-lint.api" failed
Dockerfile Linting (k8s-controller)
in ghc-internal:GHC.Internal.IO.Exception
Dockerfile Linting (k8s-controller)
in ghc-internal:GHC.Internal.IO.Exception
Dockerfile Linting (k8s-controller)
in ghc-internal:GHC.Internal.IO
Dockerfile Linting (k8s-controller)
in ghc-internal:GHC.Internal.Exception
Secret Scanning with Gitleaks
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: gitleaks/gitleaks-action@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Go Dependency Vulnerability Scan (k8s-controller)
Restore cache failed: Dependencies file is not found in /home/runner/work/streamspace/streamspace. Supported file pattern: go.mod
Go Dependency Vulnerability Scan (api)
Restore cache failed: Dependencies file is not found in /home/runner/work/streamspace/streamspace. Supported file pattern: go.mod
Dependency Review
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/dependency-review-action@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Trivy Container Image Scan (ui)
No files were found with the provided path: trivy-ui-report.html. No artifacts will be uploaded.
Trivy Container Image Scan (api)
No files were found with the provided path: trivy-api-report.html. No artifacts will be uploaded.
CodeQL Analysis (javascript)
Starting April 2026, the CodeQL Action will skip computing file coverage information on pull requests to improve analysis performance. File coverage information will still be computed on non-PR analyses. To opt out of this change, set the `CODEQL_ACTION_FILE_COVERAGE_ON_PRS` environment variable to `true`. Alternatively, create a custom repository property with the name `github-codeql-file-coverage-on-prs` and the type "True/false", then set this property to `true` in the repository's settings.
CodeQL Analysis (go)
Starting April 2026, the CodeQL Action will skip computing file coverage information on pull requests to improve analysis performance. File coverage information will still be computed on non-PR analyses. To opt out of this change, set the `CODEQL_ACTION_FILE_COVERAGE_ON_PRS` environment variable to `true`. Alternatively, create a custom repository property with the name `github-codeql-file-coverage-on-prs` and the type "True/false", then set this property to `true` in the repository's settings.