Skip to content

Commit

Permalink
Fix trivy version
Browse files Browse the repository at this point in the history
  • Loading branch information
louptheron committed Dec 6, 2023
1 parent 8e6aed4 commit 8146b41
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
outputs:
VERSION: ${{ steps.version.outputs.VERSION }}
steps:
- name: Get last release version
id: lastrelease
uses: pozetroninc/github-action-get-latest-release@master
with:
repository: mtes-mct/monitorfish
- id: version
name: Set VERSION env
run: |
Expand Down

0 comments on commit 8146b41

Please sign in to comment.