Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Apr 16:37
· 18 commits to main since this release
f7a51f7

Highlights

  • Allow to specify format (json, list, spdx) and output file on sbom command
    uses: docker/scout-action@v1
    with:
        command: sbom
        image: alpine
        format: list
        output: alpine_package_list.txt

Bug Fixes / Improvements

  • Fix adding attestation (like vex statements) to a private image
  • fix image processing for scratch "images"
  • Add classifier for Joomla

Contributors

@cdupuis @eunomie @chrispatrick @LaurentGoderre @pnorton5432