Skip to content
This repository has been archived by the owner on Apr 20, 2020. It is now read-only.

Added a dependency security scan to pipeline. #20

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

MyDigitalLife
Copy link

This will scan all dependencies for known security vulnerabilities and throw a error if a insecure package is used making the build fail.

@MyDigitalLife
Copy link
Author

The reason the pipeline is failing looks to be a secrets configuration issue. The env var MONGO_URI is set in the build step and fetched from the secrets but is apparently empty. A maintainer will need to check this.

Fixed the same way as in the api-upload
@MyDigitalLife
Copy link
Author

The problem with the MONGO_URI has been solved. However the tests are still breaking but now in the app itself. I can't reproduce this issue localy except when I comment out the mongo.init_app() in the app startup. Anybody have a idea how to reproduce this issue?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant