aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2024-08-13 15:23:28 +0300
committerSyndamia <kamen@syndamia.com>2024-08-13 15:23:28 +0300
commit0d7b7acfd4c451cce0a1dc0905c71becb3fd1208 (patch)
tree61ce7c745c4fdfde562bf2cf050d9ecf59c51918
parentf99758939840453027fa5c95babc00c2fa6274df (diff)
downloadpico-web-0d7b7acfd4c451cce0a1dc0905c71becb3fd1208.tar
pico-web-0d7b7acfd4c451cce0a1dc0905c71becb3fd1208.tar.gz
pico-web-0d7b7acfd4c451cce0a1dc0905c71becb3fd1208.zip
fix(cd*): Update version of Trivy
-rw-r--r--.github/workflows/cd-dev.yml2
-rw-r--r--.github/workflows/cd.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cd-dev.yml b/.github/workflows/cd-dev.yml
index 13ca83e..0ed1bb8 100644
--- a/.github/workflows/cd-dev.yml
+++ b/.github/workflows/cd-dev.yml
@@ -35,7 +35,7 @@ jobs:
needs: Create-and-release-dev-container
steps:
- name: Run Trivy vulnerability scanner
- uses: aquasecurity/trivy-action@0.20.0
+ uses: aquasecurity/trivy-action@master
with:
image-ref: ${{ secrets.DOCKERHUB_USERNAME }}/pico-web-dev:latest
format: 'sarif'
diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml
index 47236fd..01259fd 100644
--- a/.github/workflows/cd.yml
+++ b/.github/workflows/cd.yml
@@ -28,7 +28,7 @@ jobs:
needs: Build-docker-and-push
steps:
- name: Run Trivy vulnerability scanner
- uses: aquasecurity/trivy-action@0.20.0
+ uses: aquasecurity/trivy-action@master
with:
image-ref: ${{ secrets.DOCKERHUB_USERNAME }}/pico-web:latest
format: 'sarif'