Skip to content

Fixes for changes to core - BOM handling and terminology stack rework #71

Fixes for changes to core - BOM handling and terminology stack rework

Fixes for changes to core - BOM handling and terminology stack rework #71

Workflow file for this run

name: "OWASP Security Scans"
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- run: |
./gradlew dependencyCheckAnalyze
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v2
with:
# Path to SARIF file relative to the root of the repository
sarif_file: build/reports/dependency-check-report.sarif
# Optional category for the results
# Used to differentiate multiple results for one commit
category: OWASP-dependency-check