Skip to content

Commit

Permalink
Install brakeman in the frontend image
Browse files Browse the repository at this point in the history
Sometimes we need to silence false positives. See

https://github.com/openSUSE/open-build-service/wiki/Brakeman
  • Loading branch information
hennevogel committed Aug 28, 2020
1 parent 42f7384 commit cc6b5c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/docker-files/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ ARG CONTAINER_USERID

# for lint task
RUN npm install -g jshint
RUN gem install --no-format-executable brakeman

# Configure our user
RUN usermod -u $CONTAINER_USERID frontend
Expand Down

0 comments on commit cc6b5c7

Please sign in to comment.