gcp

package
v1.7.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 19, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Package gcp provides a GCP Service Account Key secret detector.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Detector

type Detector struct{}

Detector detects GCP Service Account Key files.

func (*Detector) Description

func (d *Detector) Description() string

Description returns a human-readable description of the GCP Service Account detector.

func (*Detector) ID

func (d *Detector) ID() string

ID returns the unique identifier of the GCP Service Account detector.

func (*Detector) Keywords

func (d *Detector) Keywords() []string

Keywords returns the Aho-Corasick pre-filter keywords for GCP Service Account detection.

func (*Detector) Scan

func (d *Detector) Scan(_ context.Context, data []byte) []detector.RawFinding

Scan searches the data for GCP Service Account Key JSON markers. Each service_account block is scoped to its own enclosing JSON object so that a file containing multiple accounts yields one finding per account, each carrying its own private_key_id and client_email. The private_key PEM body is never placed in Raw, RawV2, or Redacted; only the private_key_id and client_email identify the secret, both redacted.

func (*Detector) Severity

func (d *Detector) Severity() finding.Severity

Severity returns the default severity level for GCP Service Account findings.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL