1- [ github-tag ] : https://img.shields.io/github/v/tag/mercedesbenzio /detect-action?color=blue&label=Latest%20Version&sort=semver
1+ [ github-tag ] : https://img.shields.io/github/v/tag/tvcsantos /detect-action?color=blue&label=Latest%20Version&sort=semver
22[ branch-protection-rules ] : https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#require-status-checks-before-merging
33[ create-new-github-workflow ] : https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions
44[ events-that-trigger-workflows ] : https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows
@@ -103,7 +103,7 @@ jobs:
103103 policy-name : ' My Black Duck Policy For GitHub Actions'
104104 no-fail-if-policy-exists : true
105105 - name : Run Synopsys Detect
106- uses : mercedesbenzio /detect-action@v1
106+ uses : tvcsantos /detect-action@v1
107107 env :
108108 NODE_EXTRA_CA_CERTS : ${{ secrets.LOCAL_CA_CERT_PATH }}
109109 with :
@@ -134,7 +134,7 @@ To do this:
134134
135135 ` ` ` yaml
136136 - name: Run Synopsys Detect
137- uses: mercedesbenzio /detect-action@v1
137+ uses: tvcsantos /detect-action@v1
138138 env:
139139 NODE_EXTRA_CA_CERTS: /certificates/my_custom_cert.pem
140140 with:
@@ -177,7 +177,7 @@ Action step:
177177
178178` ` ` yaml
179179 - name: Run Synopsys Detect
180- uses: mercedesbenzio /detect-action@v1
180+ uses: tvcsantos /detect-action@v1
181181 env:
182182 NODE_EXTRA_CA_CERTS: ./my-cert.pem
183183 with:
@@ -273,7 +273,7 @@ Set the scan mode to:
273273 push:
274274 #...
275275 - name: Run Synopsys Detect
276- uses: mercedesbenzio /detect-action@v1
276+ uses: tvcsantos /detect-action@v1
277277 env:
278278 NODE_EXTRA_CA_CERTS: ${{ secrets.LOCAL_CA_CERT_PATH }}
279279 with:
@@ -294,7 +294,7 @@ Set the scan mode to:
294294 - cron: '0 0 * * *'
295295 #...
296296 - name: Run Synopsys Detect
297- uses: mercedesbenzio /detect-action@v1
297+ uses: tvcsantos /detect-action@v1
298298 env:
299299 NODE_EXTRA_CA_CERTS: ${{ secrets.LOCAL_CA_CERT_PATH }}
300300 with:
@@ -325,7 +325,7 @@ Passing additional [Detect properties][detect-properties-documentation] can be d
325325
326326 ` ` ` yaml
327327 - name: Synopsys Detect
328- uses: mercedesbenzio /detect-action@v1
328+ uses: tvcsantos /detect-action@v1
329329 env:
330330 DETECT_TOOLS: DOCKER
331331 DETECT_DOCKER_IMAGE_ID: abc123
@@ -340,7 +340,7 @@ Passing additional [Detect properties][detect-properties-documentation] can be d
340340
341341 ` ` ` yaml
342342 - name: Synopsys Detect
343- uses: mercedesbenzio /detect-action@v1
343+ uses: tvcsantos /detect-action@v1
344344 env:
345345 SPRING_APPLICATION_JSON: '{"detect.tools":"DOCKER","detect.docker.image.id":"abc123","detect.docker.path.required":"TRUE"}'
346346 with:
@@ -380,7 +380,7 @@ Notes:
380380
381381` ` ` yaml
382382 - name: Synopsys Detect
383- uses: mercedesbenzio /detect-action@v1
383+ uses: tvcsantos /detect-action@v1
384384 env:
385385 NODE_EXTRA_CA_CERTS: ${{ secrets.LOCAL_CA_CERT_PATH }}
386386 with:
0 commit comments