You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,9 @@ This is a GitHub action for installing `roxctl` on Github Action runners. `roxct
11
11
-[Authenticate with short-lived access tokens](#authenticate-with-short-lived-access-tokens)
12
12
-[Authenticate with long-lived API tokens](#authenticate-with-long-lived-api-tokens)
13
13
-[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)
17
17
-[GitHub code scanning](#github-code-scanning)
18
18
19
19
## Parameters
@@ -43,7 +43,7 @@ For example, to allow access from GitHub workflows in the `stackrox/stackrox` re
43
43
44
44
The following examples assume `env.CENTRAL_ENDPOINT=https://my-central.com` to be a valid Central URL.
45
45
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.
47
47
48
48
```yaml
49
49
steps:
@@ -95,7 +95,7 @@ jobs:
95
95
96
96
### Scan images in CI pipelines
97
97
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)
99
99
for the full parameter list.
100
100
101
101
```yaml
@@ -159,7 +159,7 @@ jobs:
159
159
160
160
### Download roxctl from mirror.openshift.com
161
161
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)
163
163
for the full parameter list.
164
164
165
165
```yaml
@@ -190,7 +190,7 @@ jobs:
190
190
191
191
### GitHub code scanning
192
192
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)
0 commit comments