Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

docs: add docker login readme for vsa #58

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ Export any environment variables as described for the command being tested.

Each attestor should have a [Makefile](Makefile) target to invoke it, like this: `make github-pull-request`

Running any `vsa` commands will require that you have authenticated against the artifact-uri already. (if you are providing a ghcr.io container registry repo, then make sure to `docker login ghcr.io` before running commands)

### Integration Tests

This application includes a suite of integration tests that verify the different attestation commands. In order to run the tests, you'll need to have these tools installed locally:
Expand Down