From 2da92412f1960327ee1dd3d82ab1c537fe702fbf Mon Sep 17 00:00:00 2001
From: Brandon Clayton <bclayton@usgs.gov>
Date: Wed, 4 May 2022 17:07:47 -0600
Subject: [PATCH] audit angular

---
 .gitlab-ci.yml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f7ba650..a65e6a8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -68,6 +68,15 @@ Audit:
     - npm audit
   stage: build
 
+Audit Angular:
+  allow_failure: true
+  image: ${DEVOPS_REGISTRY}usgs/node:16
+  needs: []
+  script:
+    - cd example
+    - npm audit
+  stage: build
+
 Build Angular:
   image: ${DEVOPS_REGISTRY}usgs/node:16
   needs:
@@ -96,6 +105,7 @@ Publish npm:
     - tags
   needs:
     - Audit
+    - Audit Angular
     - Init
     - Build Angular
     - Lint Project
-- 
GitLab