Security : block remote execution of generate_sample_data command #17846
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: OWASP BLT Action | |
| on: | |
| issue_comment: | |
| types: [created] | |
| pull_request_review_comment: | |
| types: [created] | |
| schedule: | |
| - cron: '0 0 * * *' | |
| workflow_dispatch: | |
| jobs: | |
| auto-assign: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| issues: write | |
| pull-requests: write | |
| steps: | |
| - name: OWASP BLT Action | |
| uses: OWASP-BLT/BLT-Action@main | |
| with: | |
| repo-token: ${{ secrets.GITHUB_TOKEN }} | |
| giphy-api-key: ${{ secrets.GIPHY_KEY }} |