forked from CrunchyData/postgres-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.trivyignore.yaml
More file actions
29 lines (26 loc) · 842 Bytes
/
.trivyignore.yaml
File metadata and controls
29 lines (26 loc) · 842 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copyright 2024 - 2026 Crunchy Data Solutions, Inc.
#
# SPDX-License-Identifier: Apache-2.0
#
# https://trivy.dev/latest/docs/configuration/filtering#trivyignoreyaml
# Specify an exact list of recognized and acceptable licenses.
# [A GitHub workflow](.github/workflows/trivy.yaml) rejects pull requests that import licenses not in this list.
#
# https://trivy.dev/latest/docs/scanner/license
licenses:
- id: Apache-2.0
- id: BSD-2-Clause
- id: BSD-3-Clause
- id: ISC
- id: MIT
# These values are used for testing and are not secret.
# [A GitHub workflow](.github/workflows/trivy.yaml) rejects pull requests that contain secrets not in this list.
#
# https://trivy.dev/latest/docs/scanner/secret
secrets:
- id: jwt-token
paths:
- internal/testing/token_*
- id: private-key
paths:
- internal/pki/*_test.go