Skip to content

Generate SBoM for Elixir project

Actions
Generate Software Bill-of-Material for Mix projects
v1
Latest
Star (1)

GitHub Action: Generate CycloneDX SBoM for mix project

Docker Image CI Release

Inputs

output

Optional. Name of the generated SBoM file. Defaults to bom.xml.

include_dev

Optional. Whether generated file should contain development and test dependencies. Defaults to false.

Example usage

name: sbom
jobs:
  sbom:
    name: runner / elvis
    runs-on: ubuntu-latest
    container:
      image: elixir:1.9.4-slim
    steps:
      - uses: actions/checkout@v1
      - name: Install Dependencies
        run: |
          mix do deps.get, deps.compile
      - name: sbom
        uses: red-shirts/action-mix-sbom@v1

Generate SBoM for Elixir project is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Generate Software Bill-of-Material for Mix projects
v1
Latest

Generate SBoM for Elixir project is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.