Skip to content

build(deps-dev): bump com.google.cloud:google-cloud-nio from 0.127.6 to 0.127.18 #61

build(deps-dev): bump com.google.cloud:google-cloud-nio from 0.127.6 to 0.127.18

build(deps-dev): bump com.google.cloud:google-cloud-nio from 0.127.6 to 0.127.18 #61

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'