Skip to content

Commit

Permalink
Manage issues on push to main or nightly.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpendragon committed Jul 25, 2024
1 parent 68d501f commit 64317f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nightly-vuln-scanning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- container-vuln-scanner
schedule:
- cron: '0 0 * * *'

Expand All @@ -25,7 +24,7 @@ jobs:
id: runscanner
continue-on-error: true
with:
image-ref: 'ghcr.io/pulibrary/dpul-collections:pr-51'
image-ref: 'ghcr.io/pulibrary/dpul-collections:main'
format: 'table'
exit-code: '1'
ignore-unfixed: true
Expand Down

0 comments on commit 64317f5

Please sign in to comment.