Skip to content

chore(deps): bump editorconfig-checker/action-editorconfig-checker from 2.0.0 to 2.1.0 #14

chore(deps): bump editorconfig-checker/action-editorconfig-checker from 2.0.0 to 2.1.0

chore(deps): bump editorconfig-checker/action-editorconfig-checker from 2.0.0 to 2.1.0 #14

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: anchore/scan-action@568b89d27fc18c60e56937bff480c91c772cd993 # v7.1.0
id: scan
with:
path: "."
fail-build: true
severity-cutoff: critical
- uses: github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
with:
sarif_file: ${{ steps.scan.outputs.sarif }}