Skip to content

ci(deps): bump the actions group with 3 updates #42

ci(deps): bump the actions group with 3 updates

ci(deps): bump the actions group with 3 updates #42

Workflow file for this run

name: "grype"
on:
push:
branches: ["main"]
tags: ["v*"]
pull_request:
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@7037fa011853d5a11690026fb85feee79f4c946c # v7.3.2
id: scan
with:
path: "."
fail-build: true
severity-cutoff: critical
- uses: github/codeql-action/upload-sarif@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
with:
sarif_file: ${{ steps.scan.outputs.sarif }}