Skip to content

Commit cd2eb32

Browse files
🔧 Update script file with required functions
1 parent 7c321e0 commit cd2eb32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/security.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,18 +97,18 @@ jobs:
9797
project: 'eks-helm-client-github-action'
9898
path: '.'
9999
format: 'SARIF'
100-
out: './reports'
100+
out: 'reports'
101101
args: >
102102
--enableRetired
103103
--enableExperimental
104+
--format SARIF
104105
105106
- name: Upload OWASP Results
106107
uses: github/codeql-action/upload-sarif@v3
107-
if: always()
108108
with:
109109
sarif_file: reports/dependency-check-report.sarif
110110
category: 'dependency-check'
111-
111+
112112
- name: Create Dependency Check Summary
113113
run: |
114114
echo "## 📦 Dependency Security Check" >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)