Skip to content

Commit b6cd3c6

Browse files
committed
fix: trivy false positives
1 parent 745aa6d commit b6cd3c6

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

content/docs/launching-the-platform/self-hosted-onprem/platform-installation.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ features:
387387
storageKey: "abc123example456key789key000azure"
388388
google:
389389
project: "example-project-id"
390+
# trivy:ignore:gcp-service-account
390391
credentials: |
391392
{
392393
"type": "service_account",

content/docs/launching-the-platform/self-hosted-onprem/prerequisites/storage.mdx

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
---
2-
title: "Storage"
3-
description:
4-
Setup and configure S3-compatible storage for your self-hosted platform
5-
---
6-
7-
import { Callout } from "fumadocs-ui/components/callout";
8-
import { Card } from "fumadocs-ui/components/card";
9-
import { Steps } from "fumadocs-ui/components/steps";
10-
import { Tab, Tabs } from "fumadocs-ui/components/tabs";
11-
121
## Overview
132

143
<div className="grid grid-cols-1 md:grid-cols-2 gap-6 mb-8">
@@ -223,6 +212,7 @@ deploymentEngine:
223212
# GCP Credentials
224213
google:
225214
project: 'project-id'
215+
# trivy:ignore:gcp-service-account
226216
credentials: |
227217
{
228218
"type": "service_account",

0 commit comments

Comments
 (0)