Skip to content
This repository was archived by the owner on Jan 26, 2025. It is now read-only.

Commit cc0bb52

Browse files
committed
feat: rename missing references to new fork
1 parent 1db93d7 commit cc0bb52

File tree

7 files changed

+1328
-1328
lines changed

7 files changed

+1328
-1328
lines changed

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6363
- Improve logging
6464
- Update dependencies and refactor action
6565

66-
[Unreleased]: https://github.com/mercedesbenzio/detect-action/compare/v1.4.1...main
67-
[1.4.1]: https://github.com/mercedesbenzio/detect-action/compare/v1.4.0...v1.4.1
68-
[1.4.0]: https://github.com/mercedesbenzio/detect-action/compare/v1.3.0...v1.4.0
69-
[1.3.0]: https://github.com/mercedesbenzio/detect-action/compare/v1.2.0...v1.3.0
70-
[1.2.0]: https://github.com/mercedesbenzio/detect-action/compare/v1.1.0...v1.2.0
71-
[1.1.0]: https://github.com/mercedesbenzio/detect-action/compare/v1.0.0...v1.1.0
72-
[1.0.0]: https://github.com/mercedesbenzio/detect-action/compare/v0.4.0...v1.0.0
73-
[0.4.0]: https://github.com/mercedesbenzio/detect-action/releases/tag/v0.4.0
66+
[Unreleased]: https://github.com/tvcsantos/detect-action/compare/v1.4.1...main
67+
[1.4.1]: https://github.com/tvcsantos/detect-action/compare/v1.4.0...v1.4.1
68+
[1.4.0]: https://github.com/tvcsantos/detect-action/compare/v1.3.0...v1.4.0
69+
[1.3.0]: https://github.com/tvcsantos/detect-action/compare/v1.2.0...v1.3.0
70+
[1.2.0]: https://github.com/tvcsantos/detect-action/compare/v1.1.0...v1.2.0
71+
[1.1.0]: https://github.com/tvcsantos/detect-action/compare/v1.0.0...v1.1.0
72+
[1.0.0]: https://github.com/tvcsantos/detect-action/compare/v0.4.0...v1.0.0
73+
[0.4.0]: https://github.com/tvcsantos/detect-action/releases/tag/v0.4.0

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,8 @@ This guide was adapted from [weallcontribute](https://www.npmjs.com/package/weal
327327
[conventional-commits]: https://www.conventionalcommits.org/
328328
[keep-a-changelog]: https://keepachangelog.com/
329329
[gitflow]: https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow
330-
[issues-prs-cleanup]: https://github.com/mercedesbenzio/detect-action/blob/develop/CONTRIBUTING.md#clean-up-issues-and-prs
331-
[issue-tracker]: https://github.com/mercedesbenzio/detect-action/issues
332-
[pull-requests]: https://github.com/mercedesbenzio/detect-action/pulls
333-
[support-open-issues]: https://github.com/mercedesbenzio/detect-action/issues?q=is%3Aopen+is%3Aissue+label%3Asupport
334-
[unlabeled-open-issues]: https://github.com/mercedesbenzio/detect-action/issues?q=is%3Aopen+is%3Aissue+no%3Alabel
330+
[issues-prs-cleanup]: https://github.com/tvcsantos/detect-action/blob/develop/CONTRIBUTING.md#clean-up-issues-and-prs
331+
[issue-tracker]: https://github.com/tvcsantos/detect-action/issues
332+
[pull-requests]: https://github.com/tvcsantos/detect-action/pulls
333+
[support-open-issues]: https://github.com/tvcsantos/detect-action/issues?q=is%3Aopen+is%3Aissue+label%3Asupport
334+
[unlabeled-open-issues]: https://github.com/tvcsantos/detect-action/issues?q=is%3Aopen+is%3Aissue+no%3Alabel

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

Comments
 (0)