Skip to content

Commit

Permalink
use secret vars
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosu7 committed Apr 30, 2024
1 parent 2cea2e3 commit 20991e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/semgrep-to-dojo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ jobs:
uses: pixee/upload-tool-results-action@724790a1a8abe65f11c6e2705c602d02a228c72e
with:
tool: defectdojo
defectdojo-token: d27a66703fe2be1c989c6d987c27fc4595209613
defectdojo-api-url: https://pixee-test.cloud.defectdojo.com
defectdojo-token: ${{ secrets.DEFECTDOJO_TOKEN }}
defectdojo-api-url: ${{ secrets.DEFECTDOJO_URL }}
defectdojo-product-name: pygoat_demo

0 comments on commit 20991e7

Please sign in to comment.