Skip to content

Commit 31ecd05

Browse files
committed
fix link
1 parent 0c75a2b commit 31ecd05

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ This is a GitHub action for installing `roxctl` on Github Action runners. `roxct
1111
- [Authenticate with short-lived access tokens](#authenticate-with-short-lived-access-tokens)
1212
- [Authenticate with long-lived API tokens](#authenticate-with-long-lived-api-tokens)
1313
- [Usage](#usage)
14-
- [Scan images in CI pipeline](#scan-images-in-ci-pipelines)
15-
- [Check images in CI pipeline](#check-images-in-ci-pipelines)
16-
- [Download roxctl from mirror.openshift.com](#download-roxctl-from-mirror-openshift-com)
14+
- [Scan images in CI pipelines](#scan-images-in-ci-pipelines)
15+
- [Check images in CI pipelines](#check-images-in-ci-pipelines)
16+
- [Download roxctl from mirror.openshift.com](#download-roxctl-from-mirroropenshiftcom)
1717
- [GitHub code scanning](#github-code-scanning)
1818

1919
## Parameters
@@ -43,7 +43,7 @@ For example, to allow access from GitHub workflows in the `stackrox/stackrox` re
4343

4444
The following examples assume `env.CENTRAL_ENDPOINT=https://my-central.com` to be a valid Central URL.
4545

46-
See [Scan images in CI pipeline](#scan-images-in-ci-pipelines) and [Check images in CI pipeline](#check-images-in-ci-pipelines) for full length examples.
46+
See [Scan images in CI pipelines](#scan-images-in-ci-pipelines) and [Check images in CI pipelines](#check-images-in-ci-pipelines) for full length examples.
4747

4848
```yaml
4949
steps:
@@ -95,7 +95,7 @@ jobs:
9595

9696
### Scan images in CI pipelines
9797

98-
See `roxctl image scan`](https://docs.openshift.com/acs/4.4/cli/command-reference/roxctl-image.html#roxctl-image-scan_roxctl-image)
98+
See [`roxctl image scan`](https://docs.openshift.com/acs/4.4/cli/command-reference/roxctl-image.html#roxctl-image-scan_roxctl-image)
9999
for the full parameter list.
100100

101101
```yaml
@@ -159,7 +159,7 @@ jobs:
159159

160160
### Download roxctl from mirror.openshift.com
161161

162-
See `roxctl image scan`](https://docs.openshift.com/acs/4.4/cli/command-reference/roxctl-image.html#roxctl-image-scan_roxctl-image)
162+
See [`roxctl image scan`](https://docs.openshift.com/acs/4.4/cli/command-reference/roxctl-image.html#roxctl-image-scan_roxctl-image)
163163
for the full parameter list.
164164

165165
```yaml
@@ -190,7 +190,7 @@ jobs:
190190

191191
### GitHub code scanning
192192

193-
See `roxctl image scan`](https://docs.openshift.com/acs/4.4/cli/command-reference/roxctl-image.html#roxctl-image-scan_roxctl-image)
193+
See [`roxctl image scan`](https://docs.openshift.com/acs/4.4/cli/command-reference/roxctl-image.html#roxctl-image-scan_roxctl-image)
194194
for the full parameter list.
195195

196196
```yaml

0 commit comments

Comments
 (0)