Skip to content

chore(deps): bump github.com/moby/buildkit from 0.25.1 to 0.25.2 #278

chore(deps): bump github.com/moby/buildkit from 0.25.1 to 0.25.2

chore(deps): bump github.com/moby/buildkit from 0.25.1 to 0.25.2 #278

Workflow file for this run

name: Trivy Scan
on:
pull_request:
jobs:
trivy-code-security-scan:
runs-on: ubuntu-latest
name: Trivy
permissions:
contents: read
security-events: write
steps:
- name: Checkout
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
- name: Security Scan
uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # 0.33.1
with:
scan-type: 'fs'
scanners: vuln,secret
exit-code: 1
ignore-unfixed: true
format: 'sarif'
output: 'trivy-results.sarif'
env:
TRIVY_DB_REPOSITORY: ghcr.io/aquasecurity/trivy-db,public.ecr.aws/aquasecurity/trivy-db
TRIVY_USERNAME: ${{ github.actor }}
TRIVY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4
with:
sarif_file: 'trivy-results.sarif'