Skip to content

Commit

Permalink
update trivy ignore merging (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kishan Sairam Adapa authored Apr 24, 2024
1 parent 4ffe7f6 commit eef1a62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions trivy-image-scan/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ runs:
- name: merge ignore files
shell: bash
run: |
echo >> .trivyignore # add new line to handle case of no trailing new line in exisiting ignore file
cat $GITHUB_ACTION_PATH/.trivyignore >> .trivyignore
- name: Run Trivy vulnerability scanner
Expand Down

0 comments on commit eef1a62

Please sign in to comment.