Skip to content

feat: update fuzz test in trident-tests #7

feat: update fuzz test in trident-tests

feat: update fuzz test in trident-tests #7

Workflow file for this run

name: Radar Static Analysis
on: [push]
jobs:
analyze:
runs-on: ubuntu-latest
permissions:
security-events: write
actions: read
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: "recursive"
- name: Run radar
id: radar
uses: auditware/radar-action@main
with:
path: "."
ignore: "low"
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: output.sarif