Skip to content

Commit

Permalink
revert to current image, add scan shedule
Browse files Browse the repository at this point in the history
  • Loading branch information
Thijs van Loef committed Feb 20, 2024
1 parent 4bf0028 commit 97c9754
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
name: Security
on: # yamllint disable-line rule:truthy
pull_request:
schedule:
- cron: 0 0 * * *

jobs:
container-scanning:
Expand All @@ -25,7 +27,7 @@ jobs:
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
with:
image-ref: 'thijsvanloef/palworld-server-docker:v0.1'
image-ref: 'security'
ignore-unfixed: true
format: 'sarif'
output: 'trivy-results.sarif'
Expand Down

0 comments on commit 97c9754

Please sign in to comment.