Skip to content

Commit

Permalink
documentation: modified testing.md for clarity
Browse files Browse the repository at this point in the history
Line 69: Changed punctuation position for readability
Line 71: Changed case of "clairv4-org" for consistency with Quay limitations
Lines 84-87: Added clarity on viewing results for those unfamiliar with Quay.

Addresses #1180

Signed-off-by: justin-systadmin <justingn@gmail.com>
  • Loading branch information
Infrasaurus authored and ldelossa committed Feb 11, 2021
1 parent 5a6f1c3 commit 2e65925
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Documentation/howto/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ localhost:9090 --- Prometheus

## Pushing to the Local Quay

As mentioned above ,Quay is present at `localhost:8080`. You may navigate to this address and create a account. Creating an account named `admin` will ensure you are a super user. An email is required, but is not validated.
As mentioned above, Quay is present at `localhost:8080`. You may navigate to this address and create a account. Creating an account named `admin` will ensure you are a super user. An email is required, but is not validated.

Once inside, you will create an organization named "clairv4-org". Currently Quay has to explicitly enable Clair v4 security scanning, which is done via an organization allowlist. "Clairv4-org" is preconfigured in our local dev configuration.
Once inside, you will create an organization named "clairv4-org". Currently Quay has to explicitly enable Clair v4 security scanning, which is done via an organization allowlist. "clairv4-org" is preconfigured in our local dev configuration.

The easiest way to push to Quay is using podman:

Expand All @@ -81,6 +81,10 @@ podman push --tls-verify=false localhost:8080/clairv4-org/testing:latest

Using docker to push is possible, however you will need to add "localhost:8080" as an insecure repository. See [Insecure Repository](https://docs.docker.com/registry/insecure/)

## Viewing Results

By default, Quay displays security scanner results on the Tags page of the given repository.

## Making changes to configuration

You may want to play with either Clair or Quay's configuration.
Expand Down

0 comments on commit 2e65925

Please sign in to comment.