Skip to content

VIDSOL-651: Release 1.1.0 (#110) #6

VIDSOL-651: Release 1.1.0 (#110)

VIDSOL-651: Release 1.1.0 (#110) #6

Workflow file for this run

name: secret_scan
on:
pull_request:
branches:
- 'main'
push:
branches:
- 'main'
permissions:
contents: read
issues: write
jobs:
scan_secrets_on_pull_request:
if: github.event_name == 'pull_request' && github.event.pull_request.base.ref == github.event.repository.default_branch
uses: Vonage/application-security-secret-scanner/.github/workflows/secret_scanner_on_pr.yml@main

Check failure on line 17 in .github/workflows/secret_scan.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/secret_scan.yml

Invalid workflow file

error parsing called workflow ".github/workflows/secret_scan.yml" -> "Vonage/application-security-secret-scanner/.github/workflows/secret_scanner_on_pr.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
scan_secrets_on_push:
if: github.event_name == 'push' && github.ref_name == github.event.repository.default_branch
uses: Vonage/application-security-secret-scanner/.github/workflows/secret_scanner_on_push.yaml@main