• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

derliebemarcus / homeassistant_teltonika_rms / 28292249470 / 1
98%
main: 98%

Build:
DEFAULT BRANCH: main
Ran 27 Jun 2026 02:48PM UTC
Files 21
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

27 Jun 2026 02:37PM UTC coverage: 98.357%. Remained the same
28292249470.1

push

github

web-flow
Potential fix for code scanning alert no. 134: Workflow does not contain permissions (#77)

Potential fix for
[https://github.com/derliebemarcus/homeassistant_teltonika_rms/security/code-scanning/134](https://github.com/derliebemarcus/homeassistant_teltonika_rms/security/code-scanning/134)

Add an explicit top-level `permissions` block to
`.github/workflows/ci.yml` so all jobs default to least privilege
(`contents: read`). Keep existing job-specific permissions unchanged
(e.g., `workflow-lint` retains `pull-requests: write`).

Best single fix without changing functionality:
- In `.github/workflows/ci.yml`, insert immediately after the `on:`
triggers block and before `jobs:`
  ```yaml
  permissions:
    contents: read
  ```
This addresses the CodeQL warning for `sonarqube` and other jobs lacking
explicit permissions, while preserving behavior for the `workflow-lint`
job that already defines its own stricter/different permissions.


_Suggested fixes powered by Copilot Autofix. Review carefully before
merging._

---------

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>

1975 of 2008 relevant lines covered (98.36%)

0.98 hits per line

Source Files on job 28292249470.1
  • Tree
  • List 21
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 28292249470
  • dea6fd9e on github
  • Prev Job for on main (#28292241343.1)
  • Next Job for on main (#28301884385.1)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc