Skip to content

Commit

Permalink
move trivyignore file to project root
Browse files Browse the repository at this point in the history
  • Loading branch information
dandelany committed Sep 4, 2024
1 parent 8498454 commit e8f0625
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,6 @@ jobs:
fail-fast: false
name: scan ${{ matrix.image }}
steps:
- name: Test current location
run: |
pwd
ls -al
ls .github
- name: Scan ${{ matrix.image }} for vulnerabilities
uses: aquasecurity/[email protected]
with:
Expand All @@ -163,7 +158,7 @@ jobs:
template: "@/contrib/html.tpl"
scanners: "vuln"
output: "${{ matrix.image }}-results.html"
trivyignores: ".github/config/.trivyignore"
trivyignores: .trivyignore

- name: Upload ${{ matrix.image }} scan results
if: always()
Expand Down
File renamed without changes.

0 comments on commit e8f0625

Please sign in to comment.