Skip to content

build(deps): bump com.fasterxml.jackson.core:jackson-core from 2.17.0 to 2.17.1 #59

build(deps): bump com.fasterxml.jackson.core:jackson-core from 2.17.0 to 2.17.1

build(deps): bump com.fasterxml.jackson.core:jackson-core from 2.17.0 to 2.17.1 #59

Workflow file for this run

#
# SPDX-License-Identifier: Apache-2.0
# Copyright (c) StreamThoughts
#
# Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
#
name: Run Trivy Vulnerability
on:
push:
branches:
- master
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@master
with:
scan-type: 'fs'
ignore-unfixed: true
format: 'sarif'
output: 'trivy-results.sarif'
severity: 'CRITICAL'
- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: 'trivy-results.sarif'