Skip to content
Merged
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
10 changes: 8 additions & 2 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,11 @@ jobs:
- uses: actions/dependency-review-action@a1d282b36b6f3519aa1f3fc636f609c47dddb294 # v5.0.0
with:
config-file: amazon-ospo/dependency-review-config/default/dependency-review-config.yml@8e4c9fdde54d2b7c6a3a28b97eddd26c4cd90a66 # main
# # distlib
# allow-dependencies-licenses: "pkg:pypi/distlib@0.4.0"
# SonarSource/sonarqube-scan-action is LGPL-3.0, which is not on the
# org's permissive-only allow-licenses list. It is a CI-only action we
# invoke in the pipeline — not code we distribute or link into the
# published plugins — so its copyleft terms do not reach our Apache-2.0
# output. Pinned to the exact SHA (= the dependency-review PURL version
# for a SHA-pinned action), so any future version bump re-triggers the
# license review rather than silently inheriting this exception.
allow-dependencies-licenses: "pkg:githubactions/SonarSource/sonarqube-scan-action@713881670b6b3676cda39549040e2d88c70d582e"
2 changes: 1 addition & 1 deletion .github/workflows/security-scanners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ jobs:
--url "http://localhost:9000/api/projects/create?project=my-project&name=MyProject" \
--header 'Authorization: Bearer ${{ env.SONAR_TOKEN }}'

- uses: SonarSource/sonarqube-scan-action@fd88b7d7ccbaefd23d8f36f73b59db7a3d246602 # v6.0.0
- uses: SonarSource/sonarqube-scan-action@713881670b6b3676cda39549040e2d88c70d582e # v8.2.0
id: sonarqube-scan-action
env:
SONAR_HOST_URL: http://localhost:9000
Expand Down
Loading