Skip to content
This repository was archived by the owner on Mar 16, 2023. It is now read-only.

Commit 1437515

Browse files
committed
README.md: specify docker image location
1 parent b3fde79 commit 1437515

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ definition, where USER and PASS are predefined CI variables for an account that
118118
```yaml
119119
scan:
120120
image:
121-
name: prisma-cloud-pipeline
121+
name: safenetlabs/prisma-cloud-pipeline
122122
entrypoint: [''] # allow gitlab to run its own commands
123123
variables:
124124
API: https//twistlock.example.com:8083/api
@@ -136,7 +136,7 @@ scan:
136136
allow_failure: true # we want to be alerted if there is a new finding, but we don't want it to stop the pipeline from working
137137
```
138138
139-
Full usage can be found with `docker run --rm prisma-cloud-pipeline --help`.
139+
Full usage can be found with `docker run --rm safenetlabs/prisma-cloud-pipeline --help`.
140140

141141
The text output from the tool provides a summary of all of the untriaged findings; the full details (as returned by the
142142
API) are saved to the file specified by the --results flag (if present).

0 commit comments

Comments
 (0)