-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: Add asset inventory visualization #338
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.
FYI Each visualization needs a separate publishing workflow (see https://github.com/cloudquery/policies-premium/blob/b225f105afb5a4bdf00c03a43e2762843cd3aaf2/.github/workflows/publish_visualization_aws_compliance.yml).
We can change that to a single workflow like transformations but we'll need to make all visualizations structure consistent first and decide how to pack them
await fs.writeFile(changelogPath, linksRemoved); | ||
- name: Run build | ||
run: | | ||
make build |
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.
You'll need to add a makefile with a build target for this to work
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 have created a release *beep* *boop* --- ## 1.0.0 (2023-12-07) ### Features * Add asset inventory visualization ([#338](#338)) ([83c760c](83c760c)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
No description provided.