-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: document copa github action #334
docs: document copa github action #334
Conversation
Signed-off-by: ashnamehrotra <[email protected]>
Signed-off-by: ashnamehrotra <[email protected]>
docs/github-action.md
Outdated
@@ -0,0 +1,34 @@ | |||
# Copa Github Action |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we move this to website docs so it's more visible? wdyt?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes! moved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please make sure to update sidebar
docs/github-action.md
Outdated
@@ -0,0 +1,34 @@ | |||
# Copa Github Action | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add an example here
Signed-off-by: ashnamehrotra <[email protected]>
Signed-off-by: ashnamehrotra <[email protected]>
website/docs/github-action.md
Outdated
- name: Copa Action | ||
if: steps.vuln_count.outputs.vuln_count != '0' | ||
id: copa | ||
uses: project-copacetic/[email protected] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
uses: project-copacetic/copa-action@v1.0.0 | |
uses: project-copacetic/copa-action@v1 |
website/docs/github-action.md
Outdated
patched-tag: 'patched' | ||
buildkit-version: 'v0.11.6' | ||
# optional, default is latest | ||
copa-version: '0.3.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
copa-version: '0.3.0' | |
copa-version: '0.4.1' |
image: ${{ matrix.images }} | ||
image-report: 'report.json' | ||
patched-tag: 'patched' | ||
buildkit-version: 'v0.11.6' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this optional now?
website/docs/github-action.md
Outdated
@@ -0,0 +1,96 @@ | |||
# Copa Github Action |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think this needs metadata at the top, see existing docs
Signed-off-by: ashnamehrotra <[email protected]>
…d-action-doc Signed-off-by: ashnamehrotra <[email protected]>
Signed-off-by: ashnamehrotra [email protected]
Describe the changes in this pull request using active verbs such as Add, Remove, Replace ...
Closes project-copacetic/copa-action#4