Skip to content

Bump github.com/anchore/syft from 1.4.1 to 1.17.0 #39

Bump github.com/anchore/syft from 1.4.1 to 1.17.0

Bump github.com/anchore/syft from 1.4.1 to 1.17.0 #39

Workflow file for this run

name: No go-ray check
on:
push:
paths: [go.mod]
pull_request:
paths: [go.mod]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
if grep -q "github.com/octoper/go-ray" go.mod; then
echo "Error: go-ray found in go.mod"
exit 1
fi