Skip to content

Commit

Permalink
fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
brucehoff committed Jul 25, 2024
1 parent d47c52a commit 1430396
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docker_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
- name: Build Docker image for scanning, but don't push to ghcr.io yet
uses: docker/[email protected]
id: build
with:
context: .
build-args: notebook_type=${{ inputs.NOTEBOOK_TYPE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy_periodic_image_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: Trivy Periodic Image Scan

on:
schedule:
# at the top of each hour (for testing)
# run daily
- cron: "0 0 * * *"

jobs:
Expand Down

0 comments on commit 1430396

Please sign in to comment.