diff options
| author | Syndamia <kamen@syndamia.com> | 2024-08-13 15:23:28 +0300 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2024-08-13 15:23:28 +0300 |
| commit | 0d7b7acfd4c451cce0a1dc0905c71becb3fd1208 (patch) | |
| tree | 61ce7c745c4fdfde562bf2cf050d9ecf59c51918 /.github | |
| parent | f99758939840453027fa5c95babc00c2fa6274df (diff) | |
| download | pico-web-0d7b7acfd4c451cce0a1dc0905c71becb3fd1208.tar pico-web-0d7b7acfd4c451cce0a1dc0905c71becb3fd1208.tar.gz pico-web-0d7b7acfd4c451cce0a1dc0905c71becb3fd1208.zip | |
fix(cd*): Update version of Trivy
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/cd-dev.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/cd.yml | 2 |
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' |
