Skip to content

Commit

Permalink
ci: Fix syntax errors in vulnerability scan workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
neumachen committed Dec 9, 2024
1 parent 76ef772 commit 17d4f90
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/reusable.vulnerability-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ on:
- Focus on actionable items that can be immediately addressed
- Reduce noise in security reports
- Prioritize fixable vulnerabilities first
Set to false to maintain awareness of all vulnerabilities, even those without current patches.
Default: false
default: false
Expand All @@ -95,9 +95,9 @@ jobs:
with:
scan-type: ${{ inputs.scan_type }}
scan-ref: ${{ inputs.scan_ref }}
severity: ${{ inputs.severity }
exit-code: ${{ inputs.exit_code }
ignore-unfixed: ${{ inputs.ignore_unfixed }
severity: ${{ inputs.severity }}
exit-code: ${{ inputs.exit_code }}
ignore-unfixed: ${{ inputs.ignore_unfixed }}
env:
TRIVY_DB_REPOSITORY: ${{ inputs.trivy_db_repository }}
TRIVY_JAVA_DB_REPOSITORY: ${{ inputs.trivy_java_db_repository }}

0 comments on commit 17d4f90

Please sign in to comment.