Skip to content

TER-305 Add option to use existing binaries #6

TER-305 Add option to use existing binaries

TER-305 Add option to use existing binaries #6

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@8ade135a41bc03ea155e62e844d188df1ea18608 # v3
- uses: anchore/scan-action@v3
with:
path: "."
fail-build: true