Skip to content

build(deps): bump pillow from 9.3.0 to 10.0.1 in /openfl-tutorials/interactive_api/PyTorch_Market_Re-ID/envoy #40

build(deps): bump pillow from 9.3.0 to 10.0.1 in /openfl-tutorials/interactive_api/PyTorch_Market_Re-ID/envoy

build(deps): bump pillow from 9.3.0 to 10.0.1 in /openfl-tutorials/interactive_api/PyTorch_Market_Re-ID/envoy #40

Workflow file for this run

name: build
on:
push:
branches:
- main
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Build an image from Dockerfile
run: |
docker build -t docker.io/securefederatedai/openfl:${{ github.sha }} -f openfl-docker/Dockerfile.base .
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
with:
image-ref: 'docker.io/securefederatedai/openfl:${{ github.sha }}'
format: 'sarif'
output: 'trivy-results.sarif'
- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: 'trivy-results.sarif'