Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
Find exact names (#29)
Browse files Browse the repository at this point in the history
* find exact names

* remove exit-code for trivy

* remove --no-progress for trivy

* more work on trivy command

* disable bandit

* completely disable bandit

* update version to 1.0.5
  • Loading branch information
StefanFl authored Feb 13, 2022
1 parent 7538a98 commit 6e572d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

variables:
DOCKER_ARTIFACT_URL: "maibornwolff/dd-import:1.0.4"
DOCKER_ARTIFACT_URL: "maibornwolff/dd-import:1.0.5"
DD_PRODUCT_TYPE_NAME: "Showcase"
DD_PRODUCT_NAME: "DefectDojo Importer"
DD_ENGAGEMENT_NAME: "GitLab"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = dd-import
version = 1.0.4
version = 1.0.5
author = Stefan Fleckenstein
author_email = [email protected]
description = A utility to (re-)import findings and language data into DefectDojo
Expand Down

0 comments on commit 6e572d7

Please sign in to comment.