Skip to content

Commit

Permalink
Dependency updates (#3952)
Browse files Browse the repository at this point in the history
* Bumping cypress to 13.11.0

* Bumping prettier to 3.3.1

* Bumping esbuild-sass-plugin to 3.3.1

* Bumping esbuild to 0.21.4

* Bumping aquasecurity/trivy-action to @0.22.0
  • Loading branch information
phildominguez-gsa authored Jun 7, 2024
1 parent 4373046 commit efef0a2
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 127 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: docker build -t ${{ env.DOCKER_NAME }}:${{ steps.date.outputs.date }} .

- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.21.0
uses: aquasecurity/trivy-action@0.22.0
with:
image-ref: '${{ env.DOCKER_NAME }}:${{ steps.date.outputs.date }}'
scan-type: 'image'
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
run: docker pull ${{ matrix.image.name }}

- name: Run Trivy vulnerability scanner on Third Party Images
uses: aquasecurity/trivy-action@0.21.0
uses: aquasecurity/trivy-action@0.22.0
with:
image-ref: '${{ matrix.image.name }}'
scan-type: 'image'
Expand Down
Loading

0 comments on commit efef0a2

Please sign in to comment.