making this an action and calling it from our staging workflow #13309
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
on: push | |
name: Continuous Integration | |
jobs: | |
build: | |
name: seekret-scanning | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@main | |
- name: docker://cdssnc/seekret-github-action | |
uses: docker://cdssnc/seekret-github-action@sha256:0aee6df949373ef6df26d35f6207b56f897ddd1caa030646d7421b0afb717665 |