Skip to content

chore(deps): bump io.fabric8:docker-maven-plugin from 0.45.0 to 0.45.1 #1597

chore(deps): bump io.fabric8:docker-maven-plugin from 0.45.0 to 0.45.1

chore(deps): bump io.fabric8:docker-maven-plugin from 0.45.0 to 0.45.1 #1597

Workflow file for this run

name: Trivy scan
on:
pull_request:
branches:
- main
push:
branches:
- main
schedule:
- cron: '0 0 * * *'
jobs:
scan:
name: scan
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.24.0
with:
scan-type: 'fs'
format: 'sarif'
ignore-unfixed: true
output: 'trivy-results.sarif'
severity: 'CRITICAL'
- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v3
if: always()
with:
sarif_file: 'trivy-results.sarif'