Projects STRLCPY syft Commits 34ace36a
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    .github/workflows/release.yaml
    skipped 150 lines
    151 151   with:
    152 152   status: ${{ job.status }}
    153 153   fields: repo,workflow,action,eventName
    154  - text: "A new Syft release has been published: https://github.com/anchore/syft/releases/tag/${{ github.ref_name }}"
     154 + text: "A new Syft release has been published: https://github.com/anchore/syft/releases/tag/${{ github.event.inputs.version }}"
    155 155   env:
    156 156   SLACK_WEBHOOK_URL: ${{ secrets.SLACK_TOOLBOX_WEBHOOK_URL }}
    157 157   if: ${{ success() }}
    skipped 7 lines
  • ■ ■ ■ ■ ■ ■
    .github/workflows/update-bootstrap-tools.yml
    skipped 63 lines
    64 64   delete-branch: true
    65 65   branch: auto/latest-bootstrap-tools
    66 66   labels: dependencies
    67  - commit-message: 'Update syft bootstrap tools to latest versions.'
    68  - title: 'Update syft bootstrap tools to latest versions.'
     67 + commit-message: 'chore(deps): update bootstrap tools to latest versions'
     68 + title: 'chore(deps): update bootstrap tools to latest versions'
    69 69   body: |
    70 70   - [golangci-lint ${{ steps.latest-versions.outputs.GOLANGCILINT }}](https://github.com/golangci/golangci-lint/releases/tag/${{ steps.latest-versions.outputs.GOLANGCILINT }})
    71 71   - [bouncer ${{ steps.latest-versions.outputs.BOUNCER }}](https://github.com/wagoodman/go-bouncer/releases/tag/${{ steps.latest-versions.outputs.BOUNCER }})
    skipped 9 lines
  • ■ ■ ■ ■ ■ ■
    .github/workflows/update-stereoscope-release.yml
    skipped 41 lines
    42 42   with:
    43 43   signoff: true
    44 44   delete-branch: true
    45  - branch: auto/latest
     45 + branch: auto/latest-stereoscope
    46 46   labels: dependencies
    47  - commit-message: "Update Stereoscope to ${{ steps.latest-version.outputs.LATEST_VERSION }}"
    48  - title: "Update Stereoscope to ${{ steps.latest-version.outputs.LATEST_VERSION }}"
     47 + commit-message: "chore(deps): update stereoscope to ${{ steps.latest-version.outputs.LATEST_VERSION }}"
     48 + title: "chore(deps): update stereoscope to ${{ steps.latest-version.outputs.LATEST_VERSION }}"
    49 49   body: |
    50 50   Update Stereoscope to ${{ steps.latest-version.outputs.LATEST_VERSION }}
    51 51   token: ${{ steps.generate-token.outputs.token }}
    skipped 1 lines
Please wait...
Page is in error, reload to recover