Skip to content

Commit

Permalink
Merge pull request #4 from glance-/more-sunet-jenkins
Browse files Browse the repository at this point in the history
A couple of more minor fixes to get builds working
  • Loading branch information
johanlundberg authored Nov 4, 2019
2 parents da1469b + 5804b86 commit 2d0f264
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: git://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
rev: v2.4.0
hooks:
- id: check-added-large-files
- id: check-docstring-first
Expand All @@ -14,7 +14,7 @@ repos:
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: git://github.com/Yelp/detect-secrets
rev: v0.12.7
rev: v0.13.0
hooks:
- id: detect-secrets
args: ['--baseline', '.secrets.baseline']
Expand Down
4 changes: 2 additions & 2 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"files": "tests/.*",
"lines": null
},
"generated_at": "2019-10-28T08:48:40Z",
"generated_at": "2019-10-31T09:34:53Z",
"plugins_used": [
{
"base64_limit": 4.5,
Expand All @@ -18,7 +18,7 @@
}
],
"results": {},
"version": "0.12.7",
"version": "0.13.0",
"word_list": {
"file": null,
"hash": null
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine
MAINTAINER Anton Lundin <glance@acc.umu.es>
MAINTAINER Anton Lundin <anton.lundin@umu.se>

RUN apk add -U python py-pip
ADD requirements.txt /code/requirements.txt
Expand Down

0 comments on commit 2d0f264

Please sign in to comment.