BE | Ask Va Api: Inquiries
retriever error handling
#248
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: "Policy: Code Scanning Require Remediation" | |
on: | |
pull_request: | |
jobs: | |
enforce: | |
name: Enforce Remediation | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read | |
pull-requests: write | |
security-events: read | |
steps: | |
- name: "Validate Policy: Remediation" | |
uses: department-of-veterans-affairs/security-tools/enforce/remediation@main |