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

containerbuildsystem / atomic-reactor
97%

Build:
DEFAULT BRANCH: master
Repo Added 03 Jun 2019 03:27PM UTC
Files 86
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 master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • 1.6.51.2
  • cachi2-export-config-files
  • cachi2-inject-ca-cert
  • cachi2-netrc
  • cachi2-pip-dev-dependencies
  • cachi2-rename-to-hermeto
  • cachi2-source-containers
  • cachi2_fix_test
  • cachi2_include_git_dir
  • cachi2_update_limits
  • dependabot/github_actions/DavidAnson/markdownlint-cli2-action-19
  • dependabot/github_actions/DavidAnson/markdownlint-cli2-action-20
  • dependabot/github_actions/chmeliik/checkton-0.3.1
  • dependabot/github_actions/chmeliik/checkton-0.4.0
  • env-file-name
  • feat-cachi2-remove-unsafe-symlinks-flag
  • feature_cachi2
  • fix-bundler-params-transofrmation
  • fix-cachi2-skip-remote-sources-tarball
  • fix-cachito-task
  • fix-coveralls-pip
  • fix-remote-sources-default
  • fix-request-json
  • fix_none_remote_sources_flags
  • git-submodules-pkg-manager
  • hermeto-default-config
  • hermeto-explicit-cyclonedx
  • hermeto-permissive-mode
  • hermeto-yanr-npm-envvars
  • hermeto_git_ssh
  • image_name
  • improve-hermeto-step-logs-readability
  • odcs-integration
  • print-hermeto-env
  • print-hermeto-version
  • record_remote_source_version_in_koji
  • release_1.6.51
  • release_2.1
  • release_2.2
  • release_2.3
  • release_2.4
  • release_3.0
  • release_3.10
  • release_3.11
  • release_3.12
  • release_3.13
  • release_3.14
  • release_3.4
  • release_3.5
  • release_3.6
  • release_3.7
  • release_3.8
  • release_3.9
  • release_4.0
  • release_4.1
  • release_4.10
  • release_4.11
  • release_4.12
  • release_4.13
  • release_4.14
  • release_4.15
  • release_4.16
  • release_4.17
  • release_4.18
  • release_4.19
  • release_4.2
  • release_4.3
  • release_4.4
  • release_4.5
  • release_4.6
  • release_4.7
  • release_4.8
  • release_4.9
  • rename-to-hermeto-final
  • replace-add-with-copy
  • skip-platform-builds
  • skip-remote-sources-when-not-needed
  • store-remote-sources-logs-in-extra-logfile

03 Oct 2025 11:38AM UTC coverage: 97.119% (+0.03%) from 97.091%
18221217378

push

github

MartinBasti
fix: replace ADD with COPY

RHACS reports OSBS images as vulnerable because of the usage of ADD
instruction, that allows to fetch remote content.

It's false positive as OSBS uses local resources only, but it scares
users.

We need to use keep ADD instruction to inject filestystem for base image
builds, to untar sources

STONEBLD-3815

Signed-off-by: Martin Basti <mbasti@redhat.com>

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

10011 of 10308 relevant lines covered (97.12%)

1.94 hits per line

Relevant lines Covered
Build:
Build:
10308 RELEVANT LINES 10011 COVERED LINES
1.94 HITS PER LINE
Source Files on master
  • Tree
  • List 86
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
18221217378 master fix: replace ADD with COPY RHACS reports OSBS images as vulnerable because of the usage of ADD instruction, that allows to fetch remote content. It's false positive as OSBS uses local resources only, but it scares users. We need to use keep ADD... push 03 Oct 2025 11:44AM UTC MartinBasti github
97.12
15180728550 master use hermeto permissive mode Hermeto added a new permissive mode in: https://github.com/hermetoproject/hermeto/commit/aaf0a0039 Use it by default to make go vendoring checks as permissive as Cachito used to be: http... push 22 May 2025 07:34AM UTC MartinBasti github
97.09
15165141753 master Hermeto: default config Provide default config to keep compatibility with OSBS/Cachito workflows as much as possible Signed-off-by: Martin Basti <mbasti@redhat.com> push 21 May 2025 02:43PM UTC MartinBasti github
97.09
14753176597 master fix(hermeto): better handle flags: None Flags can be deinfed as None, handle this case better and don't fail on errors. Signed-off-by: Martin Basti <mbasti@redhat.com> push 30 Apr 2025 11:14AM UTC MartinBasti github
97.09
14619103395 master Automatic commit of package [atomic-reactor] release [4.19.0-1] Signed-off-by: mkosiarc <mkosiarc@redhat.com> push 23 Apr 2025 01:23PM UTC mkosiarc github
97.09
14615004155 master Hermeto: rename command Renaming the last missing piece, command in task Signed-off-by: Martin Basti <mbasti@redhat.com> push 23 Apr 2025 09:46AM UTC MartinBasti github
97.09
14596081588 master fix(hermeto): ruygems pkg parameters propagation OSBS must do renaming from rubygems to bundler. Do this rename operation after all data are fetched from config, not before at it will omit configuration. Signed-off-by: Martin Basti <mbasti@redha... push 22 Apr 2025 01:35PM UTC MartinBasti github
97.09
14408960370 master Automatic commit of package [atomic-reactor] release [4.18.0-1]. Signed-off-by: Martin Basti <mbasti@redhat.com> push 11 Apr 2025 05:47PM UTC MartinBasti github
97.09
14407450798 master Hermeto: print content of env vars Print what Hermeto generated into env file Signed-off-by: Martin Basti <mbasti@redhat.com> push 11 Apr 2025 04:16PM UTC MartinBasti github
97.09
14407152826 master Fix: remote-sources default version Don't hardcode default version as 1, it's specified by a separate config option Signed-off-by: Martin Basti <mbasti@redhat.com> push 11 Apr 2025 04:01PM UTC MartinBasti github
97.09
See All Builds (4173)
  • 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

© 2025 Coveralls, Inc