In the https://github.com/actions/dependency-review-action the packages can be filtered using purls. This includes githubactions: type purls. There was already a pull-request on this topic in: #243
The current implementation in dependency-review-action is case-sensitive which leads to practical issues, so a clear supported guidance would help.
Given earlier discussions in the pull-request, it should be noted that githubactions are unique in the sense that they can refer to a workflow as well, if I recall correctly, so a file within the repository.
In the https://github.com/actions/dependency-review-action the packages can be filtered using purls. This includes
githubactions:type purls. There was already a pull-request on this topic in: #243The current implementation in dependency-review-action is case-sensitive which leads to practical issues, so a clear supported guidance would help.
Given earlier discussions in the pull-request, it should be noted that githubactions are unique in the sense that they can refer to a workflow as well, if I recall correctly, so a file within the repository.