Skip to content

chore(deps): bump golangci/golangci-lint-action from 5 to 6 #48

chore(deps): bump golangci/golangci-lint-action from 5 to 6

chore(deps): bump golangci/golangci-lint-action from 5 to 6 #48

Workflow file for this run

name: "grype"
on:
push:
branches: ['main']
tags: ['v*']
pull_request:
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