Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
Signed-off-by: krish <krishan.wijesena@gmail.com>
  • Loading branch information
Krishanx92 committed Jan 8, 2025
1 parent 313c772 commit cbd2535
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

- name: Build Controller Docker image
run: |
Expand All @@ -37,7 +37,7 @@ jobs:
vuln-type: 'os,library'
exit-code: '1' # Fail workflow on detected vulnerabilities
ignore-unfixed: true # Ignore unfixed vulnerabilities

- name: Run Trivy vulnerability scanner for Ext-Proc
uses: aquasecurity/trivy-action@master
with:
Expand Down

0 comments on commit cbd2535

Please sign in to comment.