Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
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
6 changes: 4 additions & 2 deletions .github/workflows/image_scan.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: scan_image_for_CVE
on:
workflow_dispatch:
# Every day at 00:00
schedule:
- cron: "0 0 * * *"
- cron: "0 0 * * *"

jobs:
scan_image:
name: Scan compute worker image with Trivy
Expand All @@ -14,6 +16,6 @@ jobs:
image-ref: 'codalab/codabench-compute-worker:latest'
format: 'table'
exit-code: '1'
pkg-types: 'os,library'
vuln-type: 'os,library'
severity: 'CRITICAL,HIGH'
scanners: 'vuln'
6 changes: 3 additions & 3 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"tag_name": "v1.30",
"release_name": "v1.30",
"html_url": "https://github.com/codalab/codabench/releases/tag/v1.30"
"tag_name": "v1.31",
"release_name": "v1.31",
"html_url": "https://github.com/codalab/codabench/releases/tag/v1.31"
}
Loading