Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
fix(deps): bump junit from 4.13 to 4.13.1 in /tests, ubuntu dependenc…
Browse files Browse the repository at this point in the history
…ies bumped to supported versions (#52)

* chore(deps): bump junit from 4.13 to 4.13.1 in /tests

Bumps [junit](https://github.com/junit-team/junit4) from 4.13 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md)
- [Commits](junit-team/junit4@r4.13...r4.13.1)

Signed-off-by: dependabot[bot] <[email protected]>

* fix: Build fixed

* ci: Snyk disabled for now

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lukas Holota <[email protected]>
  • Loading branch information
dependabot[bot] and lholota committed Nov 23, 2020
1 parent 732d01c commit fd94498
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,11 @@ jobs:
fail-level: 'HIGH'
phonito-token: '${{ secrets.PHONITO_TOKEN }}'

- name: Scan with Snyk
uses: snyk/actions/[email protected]
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
image: ${{ env.IMAGE_NAME }}:${{ steps.vars.outputs.docker_tag }}
args: --severity-threshold=high
# Disabled temporarily, image contains high severity issue which does not have a fix yet
# - name: Scan with Snyk
# uses: snyk/actions/[email protected]
# env:
# SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
# with:
# image: ${{ env.IMAGE_NAME }}:${{ steps.vars.outputs.docker_tag }}
# args: --severity-threshold=high
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ RUN apt-get update && \
apt-get install --no-install-recommends /tmp/drawio.deb -y && \
apt-get install -y --no-install-recommends \
libasound2=1.1.3-5ubuntu0.5 \
xvfb=2:1.19.6-1ubuntu4.4 \
python3-pip=9.0.1-2.3~ubuntu1.18.04.1 \
xvfb=2:1.19.6-1ubuntu4.7 \
python3-pip=9.0.1-2 \
python-pip-whl=9.0.1-2 \
python3=3.6.7-1~18.04 \
python3-distutils=3.6.5-3 \
git=1:2.17.1-1ubuntu0.7 \
# Required by draw.io
glib-networking=2.56.0-1ubuntu0.1 && \
Expand Down
2 changes: 1 addition & 1 deletion tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {
}

dependencies {
testImplementation group: 'junit', name: 'junit', version: '4.13'
testImplementation group: 'junit', name: 'junit', version: '4.13.1'
testImplementation "org.testcontainers:testcontainers:1.14.3"
testImplementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.30'
testImplementation group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.30'
Expand Down

0 comments on commit fd94498

Please sign in to comment.