Skip to content

Releases: embold/github-action-docker

Snapshot Label Support

Choose a tag to compare

@NileshVirkar NileshVirkar released this 18 Mar 09:37
4c0ba2f

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

Choose a tag to compare

@bipinpatel-tech bipinpatel-tech released this 13 Nov 13:55
1df03d9

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

Embold Github Actions

Choose a tag to compare

@soupria soupria released this 11 Oct 11:23
4efe5de

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

The first cut

The first cut Pre-release
Pre-release

Choose a tag to compare

@bhidesacl bhidesacl released this 12 Aug 06:24
v0.1

updated README