Skip to content

Commit ad38d80

Browse files
committed
chore: remove old monitor and rename the new monitor
1 parent 06f4a4e commit ad38d80

File tree

6 files changed

+2
-187
lines changed

6 files changed

+2
-187
lines changed

deploy/lts-vuln-monitor/cloudbuild.yaml

-32
This file was deleted.

deploy/lts-vuln-monitor/report.sh

-85
This file was deleted.

deploy/lts-vuln-monitor/scan.sh

-68
This file was deleted.

deploy/binary-vuln-monitor/cloudbuild.yaml renamed to deploy/vuln-monitor/cloudbuild.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ steps:
77
name: gcr.io/cloud-builders/gcloud
88
entrypoint: /bin/bash
99
args:
10-
- ./deploy/binary-vuln-monitor/scan.sh
10+
- ./deploy/vuln-monitor/scan.sh
1111
env:
1212
- 'PROJECT_ID=$PROJECT_ID'
1313
- '_BASE_IMAGE=$_BASE_IMAGE'
@@ -19,7 +19,7 @@ steps:
1919
args:
2020
- -c
2121
- |
22-
if test -f /workspace/skaffold_vuln.txt; then ./deploy/binary-vuln-monitor/report.sh; fi
22+
if test -f /workspace/skaffold_vuln.txt; then ./deploy/vuln-monitor/report.sh; fi
2323
env:
2424
- '_REPO=$_REPO'
2525
- '_LABEL_PREFIX=$_LABEL_PREFIX'
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)