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

umputun / cronn
76%
master: 76%

Build:
Build:
LAST BUILD BRANCH: ci/workflow-hardening
DEFAULT BRANCH: master
Repo Added 22 Jul 2020 08:51AM UTC
Files 26
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

LAST BUILD ON BRANCH ci/workflow-hardening
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • auth-implementation
  • brute-force-protection
  • ci/workflow-hardening
  • conditional-execution
  • dependabot/github_actions/github-actions-updates-a2e7793ad6
  • dependabot/go_modules/github.com/go-pkgz/lgr-0.12.0
  • dependabot/go_modules/go-modules-updates-07f3a6036d
  • dependabot/go_modules/go-modules-updates-24b9848b30
  • dependabot/go_modules/go-modules-updates-5acbcdf0e0
  • dependabot/go_modules/go-modules-updates-e08d9a54d9
  • dependabot/go_modules/go-modules-updates-e7f7ae579a
  • e2e-tests
  • feat/alt-template-delimiters
  • feat/filter-and-template-refactoring
  • feat/neighbors-selector
  • feat/run-now-button
  • feature/manual-job-customization
  • feature/settings-modal
  • feature/web-base-url
  • feature/web-hostname
  • feature/web-manual-disable-options
  • feature/zero-jobs-update-mode
  • fix-execution-id-type
  • fix/ci-security-hardening
  • fix/markdown-list-formatting
  • fix/web-parser-reuse-sqlite-locking
  • gorelease
  • improve-conditions-validation
  • jitter-duration
  • json-api-history-logs
  • master
  • paskal/clarify_email_notifications
  • paskal/dependabot-disable-updates
  • paskal/dependabot-security-updates
  • paskal/fix_successful_notifications
  • paskal/more_notifications
  • paskal/notify
  • paskal/update
  • refs/tags/v0.2.0
  • refs/tags/v0.3.0
  • refs/tags/v0.3.1
  • refs/tags/v0.4.0
  • refs/tags/v1.0.0
  • refs/tags/v1.1.0
  • refs/tags/v1.1.1
  • refs/tags/v1.10.0
  • refs/tags/v1.11.0
  • refs/tags/v1.12.0
  • refs/tags/v1.12.1
  • refs/tags/v1.12.2
  • refs/tags/v1.12.3
  • refs/tags/v1.2.0
  • refs/tags/v1.3.0
  • refs/tags/v1.4.0
  • refs/tags/v1.5.0
  • refs/tags/v1.5.1-beta.1
  • refs/tags/v1.5.10
  • refs/tags/v1.5.11
  • refs/tags/v1.5.2
  • refs/tags/v1.5.3
  • refs/tags/v1.5.4
  • refs/tags/v1.5.5
  • refs/tags/v1.5.6
  • refs/tags/v1.5.7
  • refs/tags/v1.5.8
  • refs/tags/v1.5.9
  • refs/tags/v1.6.0
  • refs/tags/v1.6.1
  • refs/tags/v1.7.0
  • refs/tags/v1.7.1
  • refs/tags/v1.8.0
  • refs/tags/v1.8.1
  • refs/tags/v1.9.0
  • sighup
  • site
  • web-execution-history
  • web-ui
  • yaml-config-support

10 Mar 2026 08:59PM UTC coverage: 75.596%. Remained the same
22924012340

Pull #63

github

paskal
revert redundant MaxBytesReader, use t.Context() in tests

MaxBytesReader additions are redundant — rest.SizeLimit middleware
already limits body size. Use t.Context() instead of
context.Background() in test NewRequestWithContext calls.
Pull Request #63: ci: harden workflows, upgrade actions, fix caching

11 of 11 new or added lines in 3 files covered. (100.0%)

2791 of 3692 relevant lines covered (75.6%)

38.03 hits per line

Relevant lines Covered
Build:
Build:
3692 RELEVANT LINES 2791 COVERED LINES
38.03 HITS PER LINE
Source Files on master
  • Tree
  • List 26
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
22924012340 ci/workflow-hardening revert redundant MaxBytesReader, use t.Context() in tests MaxBytesReader additions are redundant — rest.SizeLimit middleware already limits body size. Use t.Context() instead of context.Background() in test NewRequestWithContext calls. Pull #63 10 Mar 2026 09:01PM UTC paskal github
75.6
22923913119 ci/workflow-hardening fix noctx: use NewRequestWithContext in all test files Pull #63 10 Mar 2026 08:58PM UTC paskal github
75.6
22810695664 ci/workflow-hardening ci: add fetch-depth: 0 for goreleaser goreleaser needs full git history for changelog generation and tag resolution. See https://goreleaser.com/ci/actions/ Pull #63 08 Mar 2026 12:50AM UTC paskal github
75.64
22807981507 ci/workflow-hardening ci: add fetch-depth: 0 for goreleaser goreleaser needs full git history for changelog generation and tag resolution. See https://goreleaser.com/ci/actions/ Pull #63 07 Mar 2026 09:53PM UTC paskal github
75.64
22806886668 ci/workflow-hardening fix golangci-lint issues: add MaxBytesReader, use NewRequestWithContext - add http.MaxBytesReader (1MB limit) before FormValue/ParseForm calls in handlers to satisfy gosec G120 - replace httptest.NewRequest with httptest.NewRequestWithContext i... Pull #63 07 Mar 2026 08:46PM UTC paskal github
75.64
22729449965 master Merge pull request #62 from umputun/fix/ci-security-hardening harden docker workflow against CI injection attacks push 05 Mar 2026 05:58PM UTC web-flow github
75.6
22596073776 fix/ci-security-hardening pass step outputs via env: in manifest push steps steps.ref.outputs.ref derived from head_branch was still interpolated via ${{ }} in run: blocks. Now passed via env: REF variable. Pull #62 02 Mar 2026 09:18PM UTC paskal github
75.6
22595668286 fix/ci-security-hardening harden docker workflow against CI injection attacks - add permissions: contents: read, packages: write (least privilege) - add event == 'push' guard to prevent workflow_run firing on PR events - use env: mapping for head_branch instead of direct ... Pull #62 02 Mar 2026 09:12PM UTC paskal github
75.6
22595722104 fix/ci-security-hardening harden docker workflow against CI injection attacks - add permissions: contents: read, packages: write (least privilege) - add event == 'push' guard to prevent workflow_run firing on PR events - use env: mapping for head_branch instead of direct ... Pull #62 02 Mar 2026 09:09PM UTC paskal github
75.6
22125454012 master chore: exclude new gosec taint analysis rules in golangci config push 18 Feb 2026 03:38AM UTC umputun github
75.6
See All Builds (326)
  • Repo on GitHub
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