Skip to content

Releases: embold/github-action-docker

Snapshot Label Support

18 Mar 09:37
4c0ba2f

Choose a tag to compare

What's New

✨ New Input: snapshotLabel

You can now tag each scan with a custom snapshot label that appears on the Embold UI after a successful analysis.

Input: snapshotLabel (optional, default: empty)

Accepts a plain string or any environment variable, making it easy to tie a snapshot to a branch name, commit SHA, or any other runtime value.

Example:
​```yaml

  • name: Run Embold Scan
    uses: embold/github-action-docker@v2.0.0
    with:
    emboldUrl: https://packages.embold.io/
    emboldToken: ${{ secrets.EMBOLD_TOKEN }}
    emboldRepoUid: ${{ secrets.EMBOLD_REPO_UID }}
    snapshotLabel: ${{ github.ref_name }}-${{ github.sha }}
    ​```

This passes -s <label> to the embold-scanner analyse command only when a non-empty value is provided, so existing workflows are unaffected.

Full Changelog

  • Added snapshotLabel input to action.yml
  • Updated README.md with input documentation and usage example

Embold Github Actions

13 Nov 13:55
1df03d9

Choose a tag to compare

Embold helps you find security vulnerabilities, code issues, design anti patterns, duplication and metrics in your source code

Embold Github Actions

11 Oct 11:23
4efe5de

Choose a tag to compare

Embold helps you find security vulnerabilities, code issues, design anti patterns, duplication and metrics in your source code

The first cut

12 Aug 06:24

Choose a tag to compare

The first cut Pre-release
Pre-release
v0.1

updated README