Skip to content

Commit

Permalink
update push file
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktoriia committed Jul 12, 2023
1 parent 35cb4d6 commit da90af1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,11 @@ jobs:
contents: read
security-events: write
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: run trivy vulnerability scanner
uses: aquasecurity/trivy-action@9ab158e8597f3b310480b9a69402b419bc03dbd5
uses: aquasecurity/trivy-action@7b7aa264d83dc58691451798b4d117d53d21edfe
with:
image-ref: 'ghcr.io/${{ github.repository }}:${{ github.sha }}'
format: 'sarif'
Expand Down

0 comments on commit da90af1

Please sign in to comment.