Skip to content

ci(dependabot): group minor and patch updates into a single PR (#69) #103

ci(dependabot): group minor and patch updates into a single PR (#69)

ci(dependabot): group minor and patch updates into a single PR (#69) #103

Workflow file for this run

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