Skip to content

Commit a9af64c

Browse files
Use latest version of detect-secrets
* Signed-off-by: Asmy Sarasan <[email protected]> updating dss package version * Signed-off-by: Asmy Sarasan <[email protected]> fixing travis build errors * Signed-off-by: Asmy Sarasan <[email protected]> refactor * Signed-off-by: Asmy Sarasan <[email protected]> reverting Python back to 3.9.7 * Updating .trivyignore to ignore vulnerabilities Signed-off-by: Asmy Sarasan <[email protected]> * Update lockfile Signed-off-by: Victoria Miltcheva <[email protected]> * Change python version and lock Signed-off-by: Victoria Miltcheva <[email protected]> Signed-off-by: Asmy Sarasan <[email protected]> Signed-off-by: Victoria Miltcheva <[email protected]> Co-authored-by: Victoria Miltcheva <[email protected]>
1 parent 609483d commit a9af64c

File tree

4 files changed

+87
-84
lines changed

4 files changed

+87
-84
lines changed

.trivyignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
# trivy errors to ignore
2+
CVE-2022-40897
3+
CVE-2022-40898

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ setup-deploy-tools:
7070
.PHONY: setup
7171
setup: setup-trivy setup-deploy-tools
7272
pip install --upgrade pip
73-
pip install pipenv
73+
pip install "setuptools>=65.5.1" pipenv
7474
PIP_IGNORE_INSTALLED=1 pipenv install --dev --deploy --ignore-pipfile
7575

7676
# download and install a few ibm cloud cli tools

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ gunicorn = "==20.1.0"
3333
gevent = "==21.12.0"
3434
pyjwt = "==2.4.0"
3535
ibm-db = "==3.1.1"
36-
detect-secrets = {ref = "0.13.1+ibm.55.dss", git = "https://github.com/ibm/detect-secrets.git"}
36+
detect-secrets = {ref = "0.13.1+ibm.56.dss", git = "https://github.com/ibm/detect-secrets.git"}
3737
pytest = "==7.2.0"
3838

3939
[requires]

Pipfile.lock

Lines changed: 83 additions & 82 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)