Skip to content

build(deps): bump io.gsonfire:gson-fire from 1.8.5 to 1.9.0 #1047

build(deps): bump io.gsonfire:gson-fire from 1.8.5 to 1.9.0

build(deps): bump io.gsonfire:gson-fire from 1.8.5 to 1.9.0 #1047

Workflow file for this run

name: Trivy License Scan
on:
pull_request:
branches: ["main"]
jobs:
license_scan:
name: license_scan
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run license scanner
uses: aquasecurity/trivy-action@master
with:
scan-type: "rootfs"
scan-ref: "."
scanners: "license"
severity: "CRITICAL,HIGH"
exit-code: 1