Skip to content

build(deps): bump golangci/golangci-lint-action from 4 to 5 #59

build(deps): bump golangci/golangci-lint-action from 4 to 5

build(deps): bump golangci/golangci-lint-action from 4 to 5 #59

Workflow file for this run

name: grype
on:
push:
branches: [ main ]
jobs:
scan-source:
name: scan-source
runs-on: ubuntu-latest
permissions:
security-events: write
actions: read
contents: read
steps:
- uses: actions/checkout@v4
- uses: anchore/scan-action@v3
with:
path: "."
fail-build: true