Add input to the wordsmith-web workflow PR

<org>/wordsmith-web/.github/workflows/call-trivy.yml

  1. Change the <org> to yours
jobs:
  scan:
    name: Scan
    uses: <org>/actions/.github/workflows/reusable-trivy.yml@<pr-branch-name>
    with:
      image: 'ghcr.io/<org>/wordsmith-web:latest'
  1. Commit that and watch the Action run in the wordsmith-web repo

  2. We now have a working reusable workflow

slide 75