add an option to wait for tag to be created before starting an instance #501
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: Credential Scanner | |
on: | |
pull_request: | |
branches: [ master ] | |
jobs: | |
cred-scan: | |
runs-on: [self-hosted, linux] | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Scan credentials | |
uses: outscale-dev/cred-scan@main | |
with: | |
scan_path: "./" |