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

GeoDienstenCentrum / schemaspy-maven-plugin / #12534
70%

Build:
DEFAULT BRANCH: master
Ran 13 May 2025 10:35AM UTC
Jobs 1
Files 4
Run time 1min
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

13 May 2025 10:30AM UTC coverage: 71.765%. Remained the same
#12534

push

github

web-flow
Fix for code scanning alerts: Workflow does not contain permissions (#737)

* Potential fix for code scanning alert no. #279: Workflow does not contain permissions

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

* Potential fix for code scanning alert no. #280: Workflow does not contain permissions

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

* Potential fix for code scanning alert no. #282: Workflow does not contain permissions

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

* Potential fix for code scanning alert no. #284: Workflow does not contain permissions

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

* Potential fix for code scanning alert no. #285: Workflow does not contain permissions

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

* Potential fix for code scanning alert no. #283: Workflow does not contain permissions

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

* Potential fix for code scanning alert no. #281: Workflow does not contain permissions

To fix the issue, we will add a permissions block at the workflow level to define the least privileges required. Based on the tasks performed in the workflow:

The contents: read permission is sufficient for most steps, such as checking out the repository and running Maven commands.
The Test job uses the GITHUB_TOKEN for reporting coverage to Coveralls, which might require contents: read and possibly statuses: write for updating commit statuses.
We will add the following permissions block at the root of the workflow:
```
permissions:
  contents: read
  statuses: write
```
This ensures that t... (continued)

183 of 255 relevant lines covered (71.76%)

0.72 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #12534.1 13 May 2025 10:35AM UTC 4
71.76
Source Files on build #12534
  • Tree
  • List 4
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 742986ce on github
  • Prev Build on master
  • Next Build on master
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