Skip to content

Commit

Permalink
Update recurrent-trivy.yaml (#810)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeMyst authored Dec 18, 2024
1 parent b62cc4f commit bc817a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/recurrent-trivy.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Trivy scan
name: Recurrent Trivy scan

on:
schedule:
Expand All @@ -16,7 +16,7 @@ jobs:
run: |
latest_release=$(curl --silent "https://api.github.com/repos/${{ github.repository }}/releases/latest" | jq -r '.tag_name')
echo "Latest release tag: $latest_release"
echo "::set-output name=latest_release::$latest_release"
echo "latest_release=$latest_release" >> $GITHUB_OUTPUT
- name: Checkout latest release
uses: actions/checkout@v4
Expand Down

0 comments on commit bc817a2

Please sign in to comment.