-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
init attest sbom #3
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two small clean-up items, but looks good otherwise
package.json
Outdated
}, | ||
"workspaces": [ | ||
"./packages/*" | ||
] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can ditch this
tsconfig.json
Outdated
"exclude": ["./dist", "./node_modules", "./__tests__", "./coverage"] | ||
} | ||
"include": [ "/src/**/*" ] | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can revert this back to the default now that we don't have the /packages
directory to deal with
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Move the attest code from https://github.com/github/attestation-action
TODOs:
also, need to wait for this PR get merged: actions/attest#4