Skip to content

Commit 299cb25

Browse files
authored
fix: docs and package version (#12)
<!-- Thank you for proposing a pull request! Please note that SOME TESTS WILL LIKELY FAIL due to how GitHub exposes secrets in Pull Requests from forks. Someone from the team will review your Pull Request and respond. Please describe your change and any implementation details below. -->
1 parent a62354b commit 299cb25

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ This action lets you:
1515
> [!NOTE]
1616
> This is a Security Command Center Premium tier offering for subscription customers only. You must activate the Security Command Center Premium tier in the Google Cloud organization to use this feature.
1717
18+
**This is not an officially supported Google product, and it is not covered by a
19+
Google Cloud support contract. To report bugs or request features in a Google
20+
Cloud product, please contact [Google Cloud
21+
support](https://cloud.google.com/support).**
22+
1823
## Prerequisites
1924

2025
- This action requires a Google Cloud service account which has the

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-github-actions/analyze-code-security-scc",
3-
"version": "1.0.0",
3+
"version": "0.0.0",
44
"description": "Provides functionality to scan code for vulnerability during the build step of the project.",
55
"main": "dist/main/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)