Skip to content

chore(deps): bump golangci/golangci-lint-action from 8 to 9 #78

chore(deps): bump golangci/golangci-lint-action from 8 to 9

chore(deps): bump golangci/golangci-lint-action from 8 to 9 #78

Workflow file for this run

name: "grype"
on:
push:
branches: ['main']
tags: ['v*']
paths-ignore:
- 'docs/**'
- 'README.md'
- '.goreleaser.yaml'
pull_request:
paths-ignore:
- 'docs/**'
- 'README.md'
- '.goreleaser.yaml'
jobs:
scan-source:
name: scan-source
runs-on: ubuntu-latest
permissions:
security-events: write
actions: read
contents: read
steps:
- uses: actions/checkout@v5
- uses: anchore/scan-action@v7
with:
path: "."
fail-build: true