Skip to content

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

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#173
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 these can be published without a git dependency in the way.

  • rebar3_audit moves from a git clone to the Hex package, ~> 0.2
  • rebar3_sbom is dropped. Every repo pinned it to a fork, by branch or by commit ref, so it was never a released version anybody else could reproduce. Only audit is kept, and it is enabled in CI.
  • 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 everywhere rather than in one repo.

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 — 92.4%

2612 of 2826 lines covered.


🟡 ELP Lint — 1 warning

4 diagnostics found. See job logs for details.

@Taure
Taure merged commit d5ad29b into main Aug 6, 2026
18 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