Ability for 'goauth' to handle the situation if the password field isn't visible on the first screen (or might be visible but breaks the flow) #49
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: OSV-Scanner PR Scan | |
on: | |
pull_request: | |
branches: [ main ] | |
merge_group: | |
branches: [ main ] | |
permissions: | |
# Require writing security events to upload SARIF file to security tab | |
security-events: write | |
# Only need to read contents | |
contents: read | |
jobs: | |
scan-pr: | |
uses: "google/osv-scanner/.github/workflows/osv-scanner-reusable-pr.yml@main" |