Skip to content

Minor fix for secure password share (exit and error code for invalid inputs) #350

Minor fix for secure password share (exit and error code for invalid inputs)

Minor fix for secure password share (exit and error code for invalid inputs) #350

Workflow file for this run

name: Semgrep
on:
pull_request: {}
push:
branches: ["master", "main"]
jobs:
semgrep:
name: Scan
runs-on: ubuntu-latest
if: (github.actor != 'dependabot[bot]')
steps:
- uses: actions/checkout@v2
- uses: returntocorp/semgrep-action@v1
with:
config:
p/security-audit
p/secrets