Skip to content

Commit

Permalink
ci: fix trivy version
Browse files Browse the repository at this point in the history
  • Loading branch information
y-eight committed Nov 28, 2023
1 parent adc95d2 commit efdf136
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
run: echo "value=${{ steps.image-name.outputs.value }}@${{ steps.build.outputs.digest }}" >> "$GITHUB_OUTPUT"

- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@v0.14.0
uses: aquasecurity/trivy-action@0.14.0
with:
input: image
image-ref: image-ref.outputs
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/test_unit.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Test - Unit

on:
pull_request:
branches:
- main
push
# pull_request:
# branches:
# - main

permissions:
contents: read
Expand Down

0 comments on commit efdf136

Please sign in to comment.