You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Download Syft (e.g. curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin <tag> or so where tag is like v0.21.0)
Run it on a directory or container image (possibly the current directory, by default)
Output a SPDX file in some meaningful way
The text was updated successfully, but these errors were encountered:
Github provides a TypeScript action template with much of what's needed already configured: https://github.com/actions/typescript-action
Modify this to:
curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin <tag>
or so where tag is likev0.21.0
)The text was updated successfully, but these errors were encountered: