Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
continue-on-error: true

- name: Upload gosec Report
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 1: GitHub-owned GitHubAction not pinned by hash
Click Remediation section below to solve this issue
if: always()
with:
name: gosec-security-report
Expand Down Expand Up @@ -171,7 +171,7 @@
go list -json -m all > go-dependencies.json
- name: Upload Vulnerability Reports
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 1: GitHub-owned GitHubAction not pinned by hash
Click Remediation section below to solve this issue
if: always()
with:
name: go-vulnerability-reports
Expand Down Expand Up @@ -227,7 +227,7 @@
cat licenses-report.txt
- name: Upload License Report
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 1: GitHub-owned GitHubAction not pinned by hash
Click Remediation section below to solve this issue
if: always()
with:
name: go-license-report
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
file dist/wand-*
- name: Upload artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium test

score is 1: GitHub-owned GitHubAction not pinned by hash
Click Remediation section below to solve this issue
with:
name: binaries
path: dist/
Expand Down
Loading