From 99e6e06e8ff2a6e32f5f48c0aad723cca0b26159 Mon Sep 17 00:00:00 2001 From: Clinton Herget Date: Fri, 28 Jan 2022 13:49:22 -0500 Subject: [PATCH 1/2] removed tag from k8s deploy to trigger custom snyk iac rule --- k8s-src/juice-shop-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s-src/juice-shop-deploy.yaml b/k8s-src/juice-shop-deploy.yaml index 28a718c8e61..7e1207e46a6 100644 --- a/k8s-src/juice-shop-deploy.yaml +++ b/k8s-src/juice-shop-deploy.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: juice-shop - image: clintonherget/snyk-juice-shop:20220107 + image: clintonherget/snyk-juice-shop imagePullPolicy: IfNotPresent ports: - containerPort: 3000 From bb61aa41c1d055ffe85bf99b70c79d8eee1c0148 Mon Sep 17 00:00:00 2001 From: Clinton Herget Date: Thu, 24 Feb 2022 12:57:05 -0500 Subject: [PATCH 2/2] fix: added workaround to get Snyk Container scan in JetBrainz plugin to work by removing completely legal YAML file header :( --- k8s-src/juice-shop-deploy.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/k8s-src/juice-shop-deploy.yaml b/k8s-src/juice-shop-deploy.yaml index 7e1207e46a6..1939d788571 100644 --- a/k8s-src/juice-shop-deploy.yaml +++ b/k8s-src/juice-shop-deploy.yaml @@ -1,4 +1,3 @@ ---- apiVersion: apps/v1 kind: Deployment metadata: