Skip to content

Prepare release 0.67.0 (#3044) #137

Prepare release 0.67.0 (#3044)

Prepare release 0.67.0 (#3044) #137

---
name: Trivy ZenML (core) Scan
on:
push:
branches: [main]
schedule:
- cron: 0 4 * * 1 # At 04:00 on Monday
jobs:
trivy-scan:
name: Trivy zenml scan & analysis
if: github.repository == 'zenml-io/zenml'
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/[email protected]
- name: zenml-Trivy vulnerability scanner
uses: aquasecurity/[email protected]
with:
image-ref: docker.io/zenmldocker/zenml:latest
format: sarif
output: trivy-results-zenml.sarif
# Ignore unfixed vulnerabilities (i.e. vulnerabilities that have no
# fix available and that we can't fix by updating the container
# packages)
ignore-unfixed: true
- name: Upload Trivy zenml scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: trivy-results-zenml.sarif