Skip to content

chore: take every plugin from hex and drop the sbom fork - #51

Merged
Taure merged 1 commit into
mainfrom
chore/hex-ready-deps
Aug 6, 2026
Merged

chore: take every plugin from hex and drop the sbom fork#51
Taure merged 1 commit into
mainfrom
chore/hex-ready-deps

Conversation

@Taure

@Taure Taure commented Aug 6, 2026

Copy link
Copy Markdown
Owner

Everything the build pulls now comes from Hex, so this can be published without a git dependency in the way.

  • rebar3_audit moves from a git clone on main to the Hex package, ~> 0.2
  • rebar3_sbom is dropped. It was pinned to a fork branch, so it was never a released version anybody else could reproduce. Only audit is kept, and it is enabled in CI.
  • rebar3_hex added. shigoto had no rebar3_hex plugin at all, so rebar3 hex publish had nothing to run. This is the change that actually makes it publishable.
  • enable-sbom and enable-sbom-scan off, enable-audit on

Dependency scanning is not lost by dropping sbom: rebar3 audit is the check that reports vulnerable dependencies, and it now runs here rather than being disabled.

rebar3_audit came from a git clone, and rebar3_sbom from a fork pinned to a
branch or a commit that matches no released version. Audit is on Hex, so it
is taken from there; sbom is dropped and audit is enabled in CI instead.
@github-actions

github-actions Bot commented Aug 6, 2026

Copy link
Copy Markdown

🟠 Code Coverage — 57.4%

1015 of 1769 lines covered.


🟡 ELP Lint — 1 warning

1 diagnostic found. See job logs for details.

@Taure
Taure merged commit 91f4eac into main Aug 6, 2026
17 checks passed
@Taure
Taure deleted the chore/hex-ready-deps branch August 6, 2026 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant