Skip to content

CLOUD-727: Bump github.com/cert-manager/cert-manager from 1.12.4 to 1.13.3 #1616

CLOUD-727: Bump github.com/cert-manager/cert-manager from 1.12.4 to 1.13.3

CLOUD-727: Bump github.com/cert-manager/cert-manager from 1.12.4 to 1.13.3 #1616

Workflow file for this run

name: Scan docker
on: [pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4.1.1
- name: Build an image from Dockerfile
run: |
export IMAGE=perconalab/percona-server-mongodb-operator:${{ github.sha }}
export DOCKER_PUSH=0
export DOCKER_SQUASH=0
./e2e-tests/build
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.14.0
with:
image-ref: 'docker.io/perconalab/percona-server-mongodb-operator:${{ github.sha }}'
format: 'table'
exit-code: '1'
ignore-unfixed: true
vuln-type: 'os,library'
severity: 'CRITICAL,HIGH'