Skip to content

feat(dashboard): policy violations by state and classification cards #1123

feat(dashboard): policy violations by state and classification cards

feat(dashboard): policy violations by state and classification cards #1123

Workflow file for this run

name: Build CI
on:
push:
branches:
- 'master' # Default branch
pull_request:
branches:
- 'master' # Default branch
workflow_dispatch:
jobs:
call-build:
uses: ./.github/workflows/_meta-build.yaml
with:
node-versions: '["18", "20"]'
node-version-package: '18'
app-version: 'snapshot'
publish-container: ${{ github.ref == 'refs/heads/master' }}
secrets:
registry-0-usr: ${{ secrets.HUB_USERNAME }}
registry-0-psw: ${{ secrets.HUB_ACCESS_TOKEN }}