Skip to content

Need to rebuild the plugin binary with newer version of Go to resolve the CVEs #1154

Need to rebuild the plugin binary with newer version of Go to resolve the CVEs

Need to rebuild the plugin binary with newer version of Go to resolve the CVEs #1154

Workflow file for this run

name: commands
on:
issue_comment:
types: [created]
jobs:
retest:
if: github.repository == 'containernetworking/plugins'
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Re-Test Action
uses: ./.github/actions/retest-action
with:
token: ${{ secrets.REPO_ACCESS_TOKEN }}