feat(anta): Added the test case for verify BGP peer group of the BGP IPv4 peer(s) #1002
Workflow file for this run
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
# Secret-scanner workflow from Arista Networks. | |
on: | |
pull_request: | |
types: [synchronize] | |
push: | |
branches: | |
- main | |
name: Secret Scanner (go/secret-scanner) | |
jobs: | |
scan_secret: | |
name: Scan incoming changes | |
runs-on: ubuntu-latest | |
steps: | |
- name: Run scanner | |
uses: aristanetworks/secret-scanner-service-public@main |