FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 6dfec854 authored by Ryan Kowalewski's avatar Ryan Kowalewski :man_dancing:
Browse files

ci: ignore kics-scan checks for test resources

parent 495295db
No related branches found
No related tags found
Loading
Checking pipeline status
# This docker-compose file is only used for running integration tests and generating docs. As such we're making some
# allowances with regards to ignoring kics-scan checks.
# kics-scan ignore
name: gcp-cloud-run-app-testing
services:
......@@ -11,9 +15,13 @@ services:
volumes:
- .:/workdir:rw
- ~/.config/gcloud/application_default_credentials.json:/root/.config/gcloud/application_default_credentials.json:ro
cap_drop:
- "ALL"
terraform-docs:
image: quay.io/terraform-docs/terraform-docs:0.17.0
entrypoint: ["."]
working_dir: /workdir
volumes:
- .:/workdir:rw
cap_drop:
- "ALL"
......@@ -3,6 +3,7 @@
# https://cloud.google.com/run/docs/configuring/static-outbound-ip
# trivy:ignore:AVD-GCP-0029
# kics-scan disable=40430747-442d-450a-a34f-dc57149f4609
resource "google_compute_subnetwork" "vpc_connector" {
count = local.create_vpc_connector ? 1 : 0
......
# These are test resources which are destroyed after each test run. Therefore, we are disabling kics-scan on the whole
# file.
# kics-scan ignore
resource "random_id" "name" {
byte_length = 2
# "rapp" represents Cloud Run App and is required to ensure any resources created by this repo's tests are easily
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment