Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rc1 #24

Merged
merged 10 commits into from
Dec 12, 2024
Merged

Rc1 #24

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
sudo systemctl daemon-reload
sudo systemctl restart docker
cd ./ivsr_ffmpeg_plugin
./build_docker.sh --enable_ov_patch false
./build_docker.sh --ov_version 2024.5s
- name: Check disk space
run: df -h

Expand All @@ -55,7 +55,7 @@ jobs:
TRIVY_JAVA_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-java-db
with:
scan-type: 'image'
image-ref: 'ffmpeg_ivsr_sdk_ov2022.3'
image-ref: 'ffmpeg_ivsr_sdk_ubuntu22_ov2024.5s'
linxie47 marked this conversation as resolved.
Show resolved Hide resolved
#format: 'template'
#template: '@/contrib/sarif.tpl'
security-checks: vuln
Expand Down
Loading