Skip to content

Releases: jenkins-infra/jenkins-security-scan

v2.1.1

10 Dec 16:37
c1494ce
Compare
Choose a tag to compare

What's Changed

  • Use dlcdn instead of downloads.apache.org by @timja in #35

Full Changelog: v2...v2.1.1

v2

28 Feb 15:26
c1494ce
Compare
Choose a tag to compare
v2

Make the Jenkins Security Scan work for pull requests from forks by using the github/codeql-action/upload-sarif action instead of the GitHub API (#3, #5).

Since the scan results are now attached to a different "tool", this is not just an update of v1, but a new version. v1 is now a branch for backwards compatibility with early adopters. Please update to v2.

This tag will occasionally be updated with changes but we intend to keep the API for the workflow stable for this tag, so you can safely specify jenkins-infra/jenkins-security-scan/.github/workflows/jenkins-security-scan.yaml@v2 as the workflow to run.

v2.1.0

04 Oct 19:12
5bdb012
Compare
Choose a tag to compare

What's Changed

  • Install a specific version of Maven by @jonesbusy in #32
  • Add auto tag updating for major version by @timja in #33

New Contributors

Full Changelog: v2...v2.1.0