Skip to content

chore(config): migrate renovate config in {{packageFile}} (#150) #637

chore(config): migrate renovate config in {{packageFile}} (#150)

chore(config): migrate renovate config in {{packageFile}} (#150) #637

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@v6
with:
path: "."
fail-build: true
# ------------------------------