+1
-1
@@ -67,7 +67,7 @@ dev_trivy:
|
||||
- trivy --version
|
||||
# cache cleanup is needed when scanning images with the same tags, it does not remove the database
|
||||
- time trivy image --clear-cache
|
||||
- trivy image $IMAGE_TAG
|
||||
- trivy image --clear-cache $IMAGE_TAG
|
||||
only:
|
||||
- master
|
||||
|
||||
|
||||
@@ -17,6 +17,4 @@ RUN cd /usr/share/vnctalk-hybrid-authenticator2 && yarn install
|
||||
|
||||
#RUN npm install /usr/share/vnctalk-hybrid-authenticator2/app
|
||||
|
||||
RUN apk del nodejs-dev gcc libc-dev g++ libpq-dev python3 libxmlb-dev
|
||||
|
||||
ENTRYPOINT ["pm2-runtime", "/usr/share/vnctalk-hybrid-authenticator2/app/app.js"]
|
||||
|
||||
Reference in New Issue
Block a user