Folder Monitoring: Sbom Automation That Never Sleeps
Introduction In our previous post(GitHub Releases are where SBOM鈥檚 goto die), we tackled a growing pain in modern software security: SBOMs stuck in GitHub Releases. We showed how sbommv streamlines the manual mess鈥攁utomating the movement of SBOMs from GitHub or local folders directly into SBOM platforms like Dependency-Track, Interlynk(next blog will show demo on this). We covered: 馃攧 Pulling SBOMs straight from GitHub via API or releases 馃С Uploading pre-existing SBOMs from local folders 馃攳 Using dry-run mode to validate before uploading And transferring those fetched SBOMs to dependency-track platform smoothly and seamlessly. That was the start. But it still required you to trigger the command each time, especially when input adapter or input system(source of SBOMs) is folder. ...