Skip to content

feat(nfpm): also allow $NFPM_PASSPHRASE #3196

feat(nfpm): also allow $NFPM_PASSPHRASE

feat(nfpm): also allow $NFPM_PASSPHRASE #3196

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