Commit 3cb0baa
SEC-1654: remediate missing-govulncheck-workflow (#999)
> 🏕️ This pull request was created by
[camper](https://github.com/temporalio/camper), an automated security
campaign tool.
## Finding
<table>
<tr><td><strong>Rule</strong></td><td><code>missing-govulncheck-workflow</code></td></tr>
<tr><td><strong>Severity</strong></td><td>MEDIUM</td></tr>
<tr><td><strong>Repository</strong></td><td><code>temporalio/cli</code></td></tr>
<tr><td><strong>Ticket</strong></td><td><a
href="https://temporalio.atlassian.net/browse/SEC-1654">SEC-1654</a></td></tr>
</table>
## Summary
- `.github/workflows/govulncheck.yml`: Added a new pull-request-only
`Govulncheck` workflow with `contents: read` permissions and a single
`ubuntu-latest` job that runs `actions/checkout@v6`,
`actions/setup-go@v6` (`go-version-file: go.mod`), and
`temporalio/public-actions/golang/govulncheck@main` without
`continue-on-error`.
## Instructions
- **Approve** to merge this fix
- **Request changes** to trigger a new remediation attempt
- `/camper rebase` — rebase onto the base branch
- `/camper close` — close this PR without merging
- `/camper retry` — close and retry with a new fix
Co-authored-by: Alex Stanfield <13949480+chaptersix@users.noreply.github.com>1 parent adbd3b2 commit 3cb0baa
1 file changed
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
0 commit comments