update CSP to match commit a7f460f65e74266ecd6b3ab2ee47eda2330a146b #233
Workflow file for this run
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: hadolint | |
| on: | |
| push: | |
| branches: | |
| - fb_* | |
| - '*_fb_*' | |
| pull_request: | |
| branches: | |
| - develop | |
| - 'release*' | |
| jobs: | |
| hadolint: | |
| name: hadolint | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout code | |
| uses: actions/checkout@v3 | |
| - name: Run hadolint | |
| uses: hadolint/hadolint-action@v3.1.0 | |
| with: | |
| dockerfile: Dockerfile |