build-failure / setup-inspector-sbomgen

Contains a GitHub action to set up Amazon Inspector SBOM Generator for generation of software bill of materials (SBOM).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup Amazon Inspector SBOM Generator Action

Lint Codebase Continuous Integration

Contains a GitHub action to set up Amazon Inspector SBOM Generator for generation of software bill of materials (SBOM).

Inputs

version

Amazon Inspector SBOM Generator version. Default "latest".

platform

Target platform to execute Amazon Inspector SBOM Generator. Default "amd64".

Example usage

- name: Setup Amazon Inspector SBOM Generator
  uses: build-failure/setup-inspector-sbomgen@v1
- name: Run Amazon Inspector SBOM Generator
  run: $inspector_sbomgen --version

About

Contains a GitHub action to set up Amazon Inspector SBOM Generator for generation of software bill of materials (SBOM).

License:MIT License


Languages

Language:Shell 100.0%