Skip to content

OSIS-151: removed utapi healthcheck and bump to 2.2.5 #80

OSIS-151: removed utapi healthcheck and bump to 2.2.5

OSIS-151: removed utapi healthcheck and bump to 2.2.5 #80

Workflow file for this run

---
name: security
on:
push:
branches:
- main
- development/2.1
release:
types: [published]
pull_request:
branches:
- main
- development/2.1
schedule:
- cron: '0 8 * * 1' # Monday - 8am - UTC
workflow_dispatch:
jobs:
build:
permissions:
contents: read
packages: write
uses: ./.github/workflows/docker-build.yml
trivy:
needs: build
name: Trivy Vulnerability Scan for Code
uses: scality/workflows/.github/workflows/trivy.yaml@v2
with:
name: ${{ github.event.repository.name }}
namespace: ${{ github.repository_owner }}
registry: ghcr.io