From 2c7a651e51dbe6e46974c87e6aacb7c8949bd5ef Mon Sep 17 00:00:00 2001 From: Carlos Uscanga Date: Tue, 30 Apr 2024 18:19:40 -0600 Subject: [PATCH] logs when uploading file --- .github/workflows/semgrep-to-dojo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semgrep-to-dojo.yaml b/.github/workflows/semgrep-to-dojo.yaml index 890eddd..b0ddd81 100644 --- a/.github/workflows/semgrep-to-dojo.yaml +++ b/.github/workflows/semgrep-to-dojo.yaml @@ -44,7 +44,7 @@ jobs: -F "commit_hash=${{ github.sha }}" \ -F "close_old_findings=true" - name: Fix DefectDojo Findings with Pixeebot - uses: pixee/upload-tool-results-action@740addb708b6883ce4da3052b2ddb1f5aa01b3f2 + uses: pixee/upload-tool-results-action@daf40780939107a52176055dfb67448e9d4bba8a with: tool: defectdojo defectdojo-token: ${{ secrets.DEFECTDOJO_TOKEN }}