From 97c9754875d54b65c53ba909461c61c897694fee Mon Sep 17 00:00:00 2001 From: Thijs van Loef Date: Tue, 20 Feb 2024 11:10:54 +0100 Subject: [PATCH] revert to current image, add scan shedule --- .github/workflows/security.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 067ec0b2b..c6314a04d 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -2,6 +2,8 @@ name: Security on: # yamllint disable-line rule:truthy pull_request: + schedule: + - cron: 0 0 * * * jobs: container-scanning: @@ -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'