Skip to content

Commit

Permalink
Update github-actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raczeja authored Jan 10, 2025
1 parent 8c034a4 commit c5d46d1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,12 @@ jobs:
push: true
tags: ocaramba/selenium:latest
if: startsWith(github.ref, 'refs/tags/')
- name: Aqua Security Trivy
# You may pin to the exact commit or the version.
# uses: aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0
uses: aquasecurity/[email protected]
with:
severity: MEDIUM,HIGH,CRITICAL
- name: Install Docker Compose
run: |
sudo apt-get update
Expand Down

0 comments on commit c5d46d1

Please sign in to comment.