Compare commits

...

3 Commits

Author SHA1 Message Date
Jon Ayers 90b3da1e38 specify purl version 2024-05-02 06:14:32 +00:00
Jon Ayers 33e77d7f0b whitespace? 2024-05-02 06:09:12 +00:00
Jon Ayers 9d43ac824e add license to allowlist 2024-05-02 06:06:33 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -913,7 +913,7 @@ jobs:
uses: actions/dependency-review-action@49fbbe0acb033b7824f26d00b005d7d598d76301
with:
allow-licenses: Apache-2.0, BSD-2-Clause, BSD-3-Clause, CC0-1.0, ISC, MIT, MIT-0, MPL-2.0
allow-dependencies-licenses: "pkg:golang/github.com/pelletier/go-toml/v2"
allow-dependencies-licenses: "pkg:golang/github.com/pelletier/go-toml/v2, pkg:golang/gopkg.in/DataDog/dd-trace-go.v1@1.63.1"
license-check: true
vulnerability-check: false
- name: "Report"