Skip to content

Module Federation

Module Federation #231

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-ui:
runs-on: ubuntu-20.04
permissions:
contents: read
packages: write
steps:
- uses: actions/setup-node@v2.4.1
with:
node-version: '16'
cache: 'npm'
- name: install dependencies
run: npm config set unsafe-perm true && npm ci
- name: build assets
run: npm run build
build-zenko-ui:
needs: [build-ui]
permissions:
contents: read
packages: write
uses: scality/workflows/.github/workflows/docker-build.yaml@v1
with:
name: zenko-ui
trivy-zenko-ui:
needs: build-zenko-ui
name: Trivy Vulnerability Scan for Code for Zenko-ui
uses: scality/workflows/.github/workflows/trivy.yaml@v1
with:
name: zenko-ui