Skip to content

Changes pertaining to bootstrap builds and enforciong szBuildVersion.json is correct at build time #1127

Changes pertaining to bootstrap builds and enforciong szBuildVersion.json is correct at build time

Changes pertaining to bootstrap builds and enforciong szBuildVersion.json is correct at build time #1127

Workflow file for this run

name: bearer
on:
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
cancel-in-progress: true
permissions: {}
jobs:
rule_check_src:
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
persist-credentials: false
- name: Bearer
uses: bearer/bearer-action@v2
with:
skip-path: "src/demo/**"
rule_check_demo:
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
persist-credentials: false
- name: Bearer
uses: bearer/bearer-action@v2
with:
path: "src/demo"
skip-rule: "java_lang_information_leakage,java_lang_hardcoded_secret"