Skip to content

ci(deps): bump the actions group with 2 updates #33

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

ci(deps): bump the actions group with 2 updates #33

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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- uses: anchore/scan-action@62b74fb7bb810d2c45b1865f47a77655621862a5 # v7.2.3
id: scan
with:
path: "."
fail-build: true
severity-cutoff: critical
- uses: github/codeql-action/upload-sarif@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
with:
sarif_file: ${{ steps.scan.outputs.sarif }}