fossas / fossa-action

Find license compliance and security issues in your applications with FOSSA and GitHub Actions.
Mozilla Public License 2.0
43 stars 17 forks source link

CLI options for action #26

Open cypresschris opened 2 years ago

cypresschris commented 2 years ago

I'd like to be able to generate an SBOM on every PR to my release branch or tag. I can do this from the CLI with

fossa report attribution --debug --format spdx >> myFile

I don't see a way to generate this using the action

cypresschris commented 2 years ago

Resolved, I had to just create a manual workflow