feat(anta): Add timestamps option to asynceapi client and update typing #1534
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 |