Compare commits

...

2 Commits

Author SHA1 Message Date
renovate[bot]
89f2f7270e chore(deps): update github/codeql-action digest to 34950e1 2026-04-01 17:43:06 +00:00
renovate[bot]
e1ec9de6f5 chore(deps): update anchore/sbom-action digest to e22c389 (#1888)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-24 10:31:19 +01:00
3 changed files with 3 additions and 3 deletions

View File

@@ -56,7 +56,7 @@ jobs:
with: with:
args: '-no-fail -fmt sarif -out gosec.sarif ./...' args: '-no-fail -fmt sarif -out gosec.sarif ./...'
- name: Upload SARIF file - name: Upload SARIF file
uses: github/codeql-action/upload-sarif@0ec47d036c68ae0cf94c629009b1029407111281 uses: github/codeql-action/upload-sarif@34950e1b113b30df4edee1a6d3a605242df0c40b
with: with:
sarif_file: gosec.sarif sarif_file: gosec.sarif
unit_tests: unit_tests:

View File

@@ -40,6 +40,6 @@ jobs:
# See: https://github.com/aquasecurity/trivy-action/issues/389#issuecomment-2385416577 # See: https://github.com/aquasecurity/trivy-action/issues/389#issuecomment-2385416577
TRIVY_DB_REPOSITORY: 'public.ecr.aws/aquasecurity/trivy-db:2' TRIVY_DB_REPOSITORY: 'public.ecr.aws/aquasecurity/trivy-db:2'
- name: Upload Trivy scan results to GitHub Security tab - name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@0ec47d036c68ae0cf94c629009b1029407111281 uses: github/codeql-action/upload-sarif@34950e1b113b30df4edee1a6d3a605242df0c40b
with: with:
sarif_file: 'trivy-results.sarif' sarif_file: 'trivy-results.sarif'

View File

@@ -30,7 +30,7 @@ jobs:
timeout-minutes: 5 timeout-minutes: 5
continue-on-error: true continue-on-error: true
- uses: creekorful/goreportcard-action@1f35ced8cdac2cba28c9a2f2288a16aacfd507f9 # v1.0 - uses: creekorful/goreportcard-action@1f35ced8cdac2cba28c9a2f2288a16aacfd507f9 # v1.0
- uses: anchore/sbom-action/download-syft@a0a65128ee20bfc2cba8a1e7fc6ca46a88149706 - uses: anchore/sbom-action/download-syft@e22c389904149dbc22b58101806040fa8d37a610
- name: Install Cosign - name: Install Cosign
uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0 uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0
- name: Run GoReleaser - name: Run GoReleaser