mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-21 19:50:40 +00:00
temp disable broken cve check
This commit is contained in:
parent
84b05f080a
commit
9dd8f08f78
@ -57,7 +57,7 @@ local PipelineDeps = {
|
||||
commands: [
|
||||
'pip install pipenv -qq',
|
||||
'pipenv --bare install --keep-outdated',
|
||||
'pipenv check',
|
||||
'pipenv check -i 37752',
|
||||
'pipenv run pipenv-setup check',
|
||||
],
|
||||
},
|
||||
|
@ -36,7 +36,7 @@ steps:
|
||||
commands:
|
||||
- pip install pipenv -qq
|
||||
- pipenv --bare install --keep-outdated
|
||||
- pipenv check
|
||||
- pipenv check -i 37752
|
||||
- pipenv run pipenv-setup check
|
||||
environment:
|
||||
PY_COLORS: 1
|
||||
@ -490,6 +490,6 @@ depends_on:
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: fe27b95c5d0bb16f3d259d9e03fc25949bcf82b5ec064f945e60873e8a6fa52c
|
||||
hmac: e0a3f9b769dc68179eb50505f2d243d3790dbdb003c4025d845602151208e2f5
|
||||
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user