Skip to content

Bump CWE dictionary to v4.12 #1566

Bump CWE dictionary to v4.12

Bump CWE dictionary to v4.12 #1566

Workflow file for this run

name: Build CI
on:
push:
branches:
- 'master' # Default branch
- '[0-9]+.[0-9]+.x' # Release branches
paths-ignore:
- '**/*.md'
- 'docs/**'
pull_request:
branches:
- 'master' # Default branch
paths-ignore:
- '**/*.md'
- 'docs/**'
workflow_dispatch:
jobs:
call-build:
uses: ./.github/workflows/_meta-build.yaml
with:
app-version: "snapshot"
publish-container: ${{ github.ref == 'refs/heads/master' }}
secrets:
registry-0-usr: ${{ secrets.HUB_USERNAME }}
registry-0-psw: ${{ secrets.HUB_ACCESSS_TOKEN }}