Skip to content

Merge remote-tracking branch 'origin/bugfix/S3UTILS-180-sproxydKeysMa… #326

Merge remote-tracking branch 'origin/bugfix/S3UTILS-180-sproxydKeysMa…

Merge remote-tracking branch 'origin/bugfix/S3UTILS-180-sproxydKeysMa… #326

Workflow file for this run

---
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