S3UTILS-211: list replication status is now configurable #677
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: security | |
| on: | |
| push: | |
| branches: [development/*, stabilization/*, hotfix/*] | |
| release: | |
| types: [published] | |
| pull_request: | |
| branches: [development/*, stabilization/*, hotfix/*] | |
| schedule: | |
| - cron: '0 8 * * 1' # Monday - 8am - UTC | |
| workflow_dispatch: | |
| jobs: | |
| build: | |
| permissions: | |
| contents: read | |
| packages: write | |
| uses: ./.github/workflows/build.yml | |
| secrets: inherit | |
| trivy: | |
| needs: build | |
| name: Trivy Vulnerability Scan for Code | |
| uses: scality/workflows/.github/workflows/trivy.yaml@v2 | |
| with: | |
| name: ${{ github.event.repository.name }} | |
| namespace: scality |