This file contains hidden or 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: Dynamic Guided Scans | |
| on: | |
| #push: | |
| workflow_dispatch: # to allow to run manually | |
| permissions: # https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs | |
| contents: read | |
This file contains hidden or 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: Workflow Scan | |
| on: | |
| workflow_dispatch: | |
| # pull_request: | |
| # paths: | |
| # - '.github/workflows/*' | |
| # push: | |
| # paths: | |
| # - '.github/workflows/*' |
This file contains hidden or 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: Static Scans | |
| on: | |
| #push: # not on push for the training (just manual) | |
| workflow_dispatch: # to allow running manually | |
| permissions: | |
| contents: read | |
This file contains hidden or 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: Dynamic Guided Scans | |
| on: | |
| #push: | |
| workflow_dispatch: # to allow to run manually | |
| permissions: # https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs | |
| contents: read | |