Skip to content
Snippets Groups Projects
Commit 2da92412 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

audit angular

parent 0765d034
No related branches found
No related tags found
1 merge request!18Resolves - Provisional Release Setup
...@@ -68,6 +68,15 @@ Audit: ...@@ -68,6 +68,15 @@ Audit:
- npm audit - npm audit
stage: build stage: build
Audit Angular:
allow_failure: true
image: ${DEVOPS_REGISTRY}usgs/node:16
needs: []
script:
- cd example
- npm audit
stage: build
Build Angular: Build Angular:
image: ${DEVOPS_REGISTRY}usgs/node:16 image: ${DEVOPS_REGISTRY}usgs/node:16
needs: needs:
...@@ -96,6 +105,7 @@ Publish npm: ...@@ -96,6 +105,7 @@ Publish npm:
- tags - tags
needs: needs:
- Audit - Audit
- Audit Angular
- Init - Init
- Build Angular - Build Angular
- Lint Project - Lint Project
......
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