Skip to content

Commit

Permalink
Change: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalholthaus authored and greenbonebot committed Nov 7, 2023
1 parent 9e02f72 commit 13ec56d
Showing 1 changed file with 20 additions and 19 deletions.
39 changes: 20 additions & 19 deletions container-build-push-generic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,25 +37,26 @@ jobs:

## Inputs

| Name | Description | |
|---------------------|---------------------------------------------------------------------------------------------------|----------|
| build-context | Path to image build context. Default is "." | Optional |
| build-docker-file | Path to the docker file. Default is "./Dockerfile" | Optional |
| build-args | Use these build-args for the docker build process. Default is empty | Optional |
| build-secrets | Use these build-secrets for the docker build process. Default is empty | Optional |
| cosign-key | Cosign key to sign the image. Will be skipped if empty. Default is empty | Optional |
| cosign-key-password | Cosign key password. Will be skipped if empty. Default is empty | Optional |
| cosign-tlog-upload | Turn on or turn off the cosign tlog upload function. Possible options: true/false Default is true | Optional |
| image-labels | Image labels. | Required |
| image-url | Image url/name without registry. | Required |
| image-platforms | Image platforms to build for. Default is "linux/amd64" | Optional |
| image-tags | Image tags. | Required |
| registry | Registry url. | Required |
| registry-username | Login registry username. | Required |
| registry-password | Login registry password. | Required |
| scout-user | Dockerhub user for docker scout. Will be skipped if empty. Default is empty | Optional |
| scout-password | Dockerhub user password for docker scout. Will be skipped if empty. Default is empty | Optional |
| sarif-retention-days| Days to store the sarif artifact. Default is 1 | Optional |
| Name | Description | |
|------------------------------|--------------------------------------------------------------------------------------------------------------------|----------|
| build-context | Path to image build context. Default is "." | Optional |
| build-docker-file | Path to the docker file. Default is "./Dockerfile" | Optional |
| build-args | Use these build-args for the docker build process. Default is empty | Optional |
| build-secrets | Use these build-secrets for the docker build process. Default is empty | Optional |
| cosign-key | Cosign key to sign the image. Will be skipped if empty. Default is empty | Optional |
| cosign-key-password | Cosign key password. Will be skipped if empty. Default is empty | Optional |
| cosign-tlog-upload | Turn on or turn off the cosign tlog upload function. Possible options: true/false Default is true | Optional |
| image-labels | Image labels. | Required |
| image-url | Image url/name without registry. | Required |
| image-platforms | Image platforms to build for. Default is "linux/amd64" | Optional |
| image-tags | Image tags. | Required |
| registry | Registry url. | Required |
| registry-username | Login registry username. | Required |
| registry-password | Login registry password. | Required |
| scout-user | Dockerhub user for docker scout. Will be skipped if empty. Default is empty | Optional |
| scout-password | Dockerhub user password for docker scout. Will be skipped if empty. Default is empty | Optional |
| scout-keep-previous-comments | Keep but hide previous comment. If not set, keep and update one single comment per job. Default is empty | Optional |
| sarif-retention-days | Days to store the sarif artifact. Default is 1 | Optional |

## Action Output

Expand Down

0 comments on commit 13ec56d

Please sign in to comment.