Skip to content
This repository has been archived by the owner on Apr 28, 2021. It is now read-only.

Commit

Permalink
Temporary notes for beta testers
Browse files Browse the repository at this point in the history
  • Loading branch information
lizrice authored Jan 15, 2018
1 parent 4fbee77 commit abc3866
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ The microscanner is designed to be run as part of building a container image. Yo

### Adding microscanner to your Dockerfile
The following lines add microscanner to a Dockerfile, and execute it.

**TODO!! NOTES FOR BETA TESTERS** The latest version of microscanner is not yet in place at https://get.aquasec.com. Instead, you'll need a local copy of the binary, which we will send you (or you can extract from the aquasec/microscanner:latest container image if you prefer). Instead of ```ADD https://get.aquasec.com/microscanner``` use ```COPY microscanner /microscanner```

```
ADD https://get.aquasec.com/microscanner
RUN chmod +x microscanner
Expand All @@ -35,6 +38,9 @@ RUN microscanner.exe <TOKEN> [--continue-on-failure]

### Example
Example Dockerfile

**TODO!! NOTES FOR BETA TESTERS** See note above about using a local copy of the microscanner binary

```
FROM debian:jessie-slim
RUN apt-get update && apt-get -y install ca-certificates
Expand Down

0 comments on commit abc3866

Please sign in to comment.