-
Notifications
You must be signed in to change notification settings - Fork 10
Comparing changes
Open a pull request
base repository: Templum/govulncheck-action
base: v0.0.6
head repository: Templum/govulncheck-action
compare: main
Commits on Nov 16, 2022
-
👽 ✨ Adjusted Action to work with new Report Format (#15)
* 🔧 Allow setting Debug via ENV for debugging * 🔊 Added additional logs prior conversion * 🙈 Investigate missing callsites * minor * ✨ Allowing exporting raw report * ⏪ Revert unneeded changes * 🔥 Removed unused files * 🧐 Uploaded new JSON Format * ⬆️ Updated Modules * ✨ Exposing raw-report in DEBUG mode * 👽 Reacting to govulncheck json report change * 🐛 Fixing Format issue * ✅ Adjusted Test * 📝 Updated Limitations * 🧐 Updated Data * ✨ Handling Direct Calls & Imports * ✅ Adjusted Tests to new data * 🔥 Removed unused Type * ♻️ Added back text + mark down * 📝 Adjusted Documentation Hopefully this makes clear where results are located * ♻️ Adjusted Filename Handling * 🍱 Taking uncompressed files
Configuration menu - View commit details
-
Copy full SHA for d00d03e - Browse repository at this point
Copy the full SHA d00d03eView commit details
Commits on Nov 17, 2022
-
✨ 🐛 Reading Go Runtime Details from GOENV (#17)
* ✨ Reading Go Runtime Infos To avoid reading the runtime information of the compiled code vs the real one used by govulncheck * ♻️ Streamlined Function * ✅ Added test
Configuration menu - View commit details
-
Copy full SHA for f115ae3 - Browse repository at this point
Copy the full SHA f115ae3View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb12e61 - Browse repository at this point
Copy the full SHA bb12e61View commit details -
📝 Added New Configuration Examples (#18)
Including a Debug one, should allow people to be redirected to
Configuration menu - View commit details
-
Copy full SHA for 4b43f32 - Browse repository at this point
Copy the full SHA 4b43f32View commit details
Commits on Jan 9, 2023
-
✨ Implement support for private deps via GOPRIVATE & GH PAT (#21)
* ✨ Defined Build Args * ✨ Passing args from ENV * 🔧 Escaping * Issue with escaping * 🔧 Moved config to correct place * ✨ Just wanting Token now * 🐛 Using add flag * 🐛 Corrected default value type * 🐛 Mixed up states * 🚧 Investigate weird behaviour * 🚧 Print GOPRIVATE * 🐛 Using correct config override * ✨ Finalized Feature * 📝 Documented feature * 📝 Added missing link
Configuration menu - View commit details
-
Copy full SHA for 3967a17 - Browse repository at this point
Copy the full SHA 3967a17View commit details
Commits on Jan 11, 2023
-
👷 Implement Integration Test (#22)
* 👷 Started assembling integration test pipeline * 🔧 Setup for testing * 🔧 Selected correct report * ✅ Added Bash based Integration Test * 🔧 Added Schedule (every 3 day at 22.00) * Minor Name adjustment * 🔧 Removed test branch as implementation concluded
Configuration menu - View commit details
-
Copy full SHA for dfb34f5 - Browse repository at this point
Copy the full SHA dfb34f5View commit details
Commits on Jan 27, 2023
-
⬆️ Bump github.com/rs/zerolog from 1.28.0 to 1.29.0 (#23)
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.28.0 to 1.29.0. - [Release notes](https://github.com/rs/zerolog/releases) - [Commits](rs/zerolog@v1.28.0...v1.29.0) --- updated-dependencies: - dependency-name: github.com/rs/zerolog dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 45455fd - Browse repository at this point
Copy the full SHA 45455fdView commit details
Commits on Feb 18, 2023
-
⬆️ Updated Golang to 1.20.0 (#25)
* 🧑💻 Upgraded devcontainer to 1.20 * 🔧 Updated Github Flows to 1.20 * ⬆️ 💡 Golang to 1.20 Also added some clarifying comments * 👽 Updated Config to honour new spec
Configuration menu - View commit details
-
Copy full SHA for df3c331 - Browse repository at this point
Copy the full SHA df3c331View commit details
Commits on Feb 25, 2023
-
⬆️ Bump golang.org/x/oauth2 (#26)
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.0.0-20220909003341-f21342109be1 to 0.5.0. - [Release notes](https://github.com/golang/oauth2/releases) - [Commits](https://github.com/golang/oauth2/commits/v0.5.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 054eeba - Browse repository at this point
Copy the full SHA 054eebaView commit details
Commits on Feb 27, 2023
-
⬆️ Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#27)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.1 to 1.8.2. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.8.1...v1.8.2) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 761d076 - Browse repository at this point
Copy the full SHA 761d076View commit details
Commits on Mar 6, 2023
-
⬆️ Bump golang.org/x/oauth2 from 0.5.0 to 0.6.0 (#28)
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/golang/oauth2/releases) - [Commits](golang/oauth2@v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0343751 - Browse repository at this point
Copy the full SHA 0343751View commit details
Commits on Mar 16, 2023
-
⬆️ Bump actions/setup-go from 3 to 4 (#29)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v3...v4) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b61c13d - Browse repository at this point
Copy the full SHA b61c13dView commit details
Commits on Mar 21, 2023
-
⬆️ Bump github.com/owenrumney/go-sarif/v2 from 2.1.2 to 2.1.3 (#30)
Bumps [github.com/owenrumney/go-sarif/v2](https://github.com/owenrumney/go-sarif) from 2.1.2 to 2.1.3. - [Release notes](https://github.com/owenrumney/go-sarif/releases) - [Changelog](https://github.com/owenrumney/go-sarif/blob/main/.goreleaser.yml) - [Commits](owenrumney/go-sarif@v2.1.2...v2.1.3) --- updated-dependencies: - dependency-name: github.com/owenrumney/go-sarif/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3a015a8 - Browse repository at this point
Copy the full SHA 3a015a8View commit details -
🐛 👽 Updated action to work with latest json format (#32)
* 👽 Adjusted code to handle new json report format * 🍱 Updated static sample data * 🔥 Removed unused sample data * 👽 Adjusted to work with new json format * 💥 Specified a specific govulncheck version instead of latest * 🗃️ ✅ Using Report from playground
Configuration menu - View commit details
-
Copy full SHA for af8ff86 - Browse repository at this point
Copy the full SHA af8ff86View commit details
Commits on Apr 7, 2023
-
⬆️ Bump golang.org/x/oauth2 from 0.6.0 to 0.7.0 (#35)
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/golang/oauth2/releases) - [Commits](golang/oauth2@v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5140ea8 - Browse repository at this point
Copy the full SHA 5140ea8View commit details
Commits on Apr 11, 2023
-
👽 Added support for the new JSON Format (#34)
* 🙈 Added raw report to ignore * 📝 Moved warning to latest usage location * 👽 Adjusted coding to work with new JSON Stream format * 🧑💻 Added Github Actions Extension * ✅ Running Integration Tests for PRs * 🔧 Updated the default version to latest * ♻️ Refactored local execution Instead of a separate class now an function is leveraged. * 🍱 Replaced static data with new format * 💚 Using path.join for access of static data * 🐛 Fixed Path issue for Local vs Testing
Configuration menu - View commit details
-
Copy full SHA for a5f05f9 - Browse repository at this point
Copy the full SHA a5f05f9View commit details
Commits on Apr 20, 2023
-
⬆️ Bump github.com/rs/zerolog from 1.29.0 to 1.29.1 (#36)
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.29.0 to 1.29.1. - [Release notes](https://github.com/rs/zerolog/releases) - [Commits](rs/zerolog@v1.29.0...v1.29.1) --- updated-dependencies: - dependency-name: github.com/rs/zerolog dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7c461dd - Browse repository at this point
Copy the full SHA 7c461ddView commit details
Commits on Apr 25, 2023
-
⬆️ 📌 Update & Pinned govulncheck to 0.1.0 (#38)
* ⬆️ 📌 Update & Pinned govulncheck to 0.1.0 * 🐛 Added missing ARG in Devcontainer
Configuration menu - View commit details
-
Copy full SHA for 435a35e - Browse repository at this point
Copy the full SHA 435a35eView commit details
Commits on May 12, 2023
-
⬆️ Bump golang.org/x/oauth2 from 0.7.0 to 0.8.0 (#39)
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.7.0 to 0.8.0. - [Commits](golang/oauth2@v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3872d5c - Browse repository at this point
Copy the full SHA 3872d5cView commit details
Commits on May 18, 2023
-
⬆️ Bump github.com/owenrumney/go-sarif/v2 from 2.1.3 to 2.2.0 (#40)
* ⬆️ Bump github.com/owenrumney/go-sarif/v2 from 2.1.3 to 2.2.0 Bumps [github.com/owenrumney/go-sarif/v2](https://github.com/owenrumney/go-sarif) from 2.1.3 to 2.2.0. - [Release notes](https://github.com/owenrumney/go-sarif/releases) - [Changelog](https://github.com/owenrumney/go-sarif/blob/main/.goreleaser.yml) - [Commits](owenrumney/go-sarif@v2.1.3...v2.2.0) --- updated-dependencies: - dependency-name: github.com/owenrumney/go-sarif/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * ✅ Corrected Test --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Templum <templum.dev@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ee66b16 - Browse repository at this point
Copy the full SHA ee66b16View commit details
Commits on May 21, 2023
-
⬆️ Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 (#41)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.2 to 1.8.3. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.8.2...v1.8.3) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8bfebf3 - Browse repository at this point
Copy the full SHA 8bfebf3View commit details
Commits on May 30, 2023
-
⬆️ Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (#42)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.3 to 1.8.4. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.8.3...v1.8.4) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f1346a0 - Browse repository at this point
Copy the full SHA f1346a0View commit details
Commits on Jun 14, 2023
-
⬆️ Bump golang.org/x/oauth2 from 0.8.0 to 0.9.0 (#43)
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.8.0 to 0.9.0. - [Commits](golang/oauth2@v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c3dd6c8 - Browse repository at this point
Copy the full SHA c3dd6c8View commit details
Commits on Jul 7, 2023
-
⬆️ Bump golang.org/x/oauth2 from 0.9.0 to 0.10.0 (#44)
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.9.0 to 0.10.0. - [Commits](golang/oauth2@v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a7ffe00 - Browse repository at this point
Copy the full SHA a7ffe00View commit details
Commits on Jul 18, 2023
-
📌 Pinned default's to latest govulncheck (1.0) and golang 1.20.6 (#46)
* 📌 Pinned latest version of Golang & Govulncheck There is a special issue with GitHub Actions where 1.20 is parsed as 1.2. Hence I leverage 1.20.6 to avoid that parsing issue. * 📌 Update default in dockerfile * 🧑💻 Update Devcontainer to defaults
Configuration menu - View commit details
-
Copy full SHA for 80b479b - Browse repository at this point
Copy the full SHA 80b479bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b711cfd - Browse repository at this point
Copy the full SHA b711cfdView commit details
Commits on Jul 21, 2023
-
💥 👽 Adjusted code to vulncheck 1.0 (breaks with v0 code) (#48)
* 📌 Pinned latest version of Golang & Govulncheck There is a special issue with GitHub Actions where 1.20 is parsed as 1.2. Hence I leverage 1.20.6 to avoid that parsing issue. * 📌 Update default in dockerfile * 🧑💻 Update Devcontainer to defaults * 💥 👽 Using 1.0.0 Format of vulncheck * ➖ Removed vuln as osv is internal now * 🍱 Took new sample * ✅ Fixed Tests * 🔧 Removed unused Test Explorer * ♻️ Renamed variable * ✨ version exposure of vuln to sarif
Configuration menu - View commit details
-
Copy full SHA for 6bb063b - Browse repository at this point
Copy the full SHA 6bb063bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dcc1fe - Browse repository at this point
Copy the full SHA 6dcc1feView commit details
Commits on Jul 30, 2023
-
Maintain major/minor tags (#49)
* Maintain major/minor tags * Update tags trigger
Configuration menu - View commit details
-
Copy full SHA for b6f7f55 - Browse repository at this point
Copy the full SHA b6f7f55View commit details
Commits on Jul 31, 2023
-
⬆️ Bump github.com/rs/zerolog from 1.29.1 to 1.30.0 (#50)
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.29.1 to 1.30.0. - [Release notes](https://github.com/rs/zerolog/releases) - [Commits](rs/zerolog@v1.29.1...v1.30.0) --- updated-dependencies: - dependency-name: github.com/rs/zerolog dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1e6d787 - Browse repository at this point
Copy the full SHA 1e6d787View commit details
Commits on Aug 7, 2023
-
👷 ✨ Integration Test that can run on (forked) PR (#52)
* ✨ Implement Integration Test that can run on PR * 🔧 Removed Env & ensured deps installed * 🔧 correct values
Configuration menu - View commit details
-
Copy full SHA for 9d578d2 - Browse repository at this point
Copy the full SHA 9d578d2View commit details -
⬆️ Bump golang.org/x/oauth2 from 0.10.0 to 0.11.0 (#51)
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.10.0 to 0.11.0. - [Commits](golang/oauth2@v0.10.0...v0.11.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b06bf88 - Browse repository at this point
Copy the full SHA b06bf88View commit details
Commits on Sep 4, 2023
-
⬆️ Bump actions/checkout from 3 to 4 (#54)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a3de984 - Browse repository at this point
Copy the full SHA a3de984View commit details
Commits on Sep 7, 2023
-
⬆️ Bump golang.org/x/oauth2 from 0.11.0 to 0.12.0 (#55)
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.11.0 to 0.12.0. - [Commits](golang/oauth2@v0.11.0...v0.12.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f61f413 - Browse repository at this point
Copy the full SHA f61f413View commit details
Commits on Sep 14, 2023
-
⬆️ Bump codecov/codecov-action from 3 to 4 (#56)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d461ff0 - Browse repository at this point
Copy the full SHA d461ff0View commit details
Commits on Sep 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7406d14 - Browse repository at this point
Copy the full SHA 7406d14View commit details -
⬆️ Bump github.com/rs/zerolog from 1.30.0 to 1.31.0 (#58)
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.30.0 to 1.31.0. - [Release notes](https://github.com/rs/zerolog/releases) - [Commits](rs/zerolog@v1.30.0...v1.31.0) --- updated-dependencies: - dependency-name: github.com/rs/zerolog dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 09166f7 - Browse repository at this point
Copy the full SHA 09166f7View commit details
Commits on Sep 27, 2023
-
⬆️ Bump github.com/owenrumney/go-sarif/v2 from 2.2.0 to 2.2.2 (#57)
Bumps [github.com/owenrumney/go-sarif/v2](https://github.com/owenrumney/go-sarif) from 2.2.0 to 2.2.2. - [Release notes](https://github.com/owenrumney/go-sarif/releases) - [Changelog](https://github.com/owenrumney/go-sarif/blob/main/.goreleaser.yml) - [Commits](owenrumney/go-sarif@v2.2.0...v2.2.2) --- updated-dependencies: - dependency-name: github.com/owenrumney/go-sarif/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 91b90a7 - Browse repository at this point
Copy the full SHA 91b90a7View commit details
Commits on Oct 12, 2023
-
⬆️ Bump golang.org/x/net from 0.15.0 to 0.17.0 (#62)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.15.0 to 0.17.0. - [Commits](golang/net@v0.15.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bdc45ba - Browse repository at this point
Copy the full SHA bdc45baView commit details -
⬆️ Bump golang.org/x/oauth2 from 0.12.0 to 0.13.0 (#61)
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.12.0 to 0.13.0. - [Commits](golang/oauth2@v0.12.0...v0.13.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 695737d - Browse repository at this point
Copy the full SHA 695737dView commit details -
⬆️ Bump github.com/owenrumney/go-sarif/v2 from 2.2.2 to 2.3.0 (#60)
* ⬆️ Bump github.com/owenrumney/go-sarif/v2 from 2.2.2 to 2.3.0 Bumps [github.com/owenrumney/go-sarif/v2](https://github.com/owenrumney/go-sarif) from 2.2.2 to 2.3.0. - [Release notes](https://github.com/owenrumney/go-sarif/releases) - [Changelog](https://github.com/owenrumney/go-sarif/blob/main/.goreleaser.yml) - [Commits](owenrumney/go-sarif@v2.2.2...v2.3.0) --- updated-dependencies: - dependency-name: github.com/owenrumney/go-sarif/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * ✅ Adjusted Test --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Simon <templum.dev@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4b75f8a - Browse repository at this point
Copy the full SHA 4b75f8aView commit details
Commits on Nov 9, 2023
-
⬆️ Bump golang.org/x/oauth2 from 0.13.0 to 0.14.0 (#63)
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.13.0 to 0.14.0. - [Commits](golang/oauth2@v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ec892db - Browse repository at this point
Copy the full SHA ec892dbView commit details
Commits on Nov 21, 2023
-
⬆️ Bump golang from 1.20 to 1.21 (#53)
* ⬆️ Bump golang from 1.20 to 1.21 Bumps golang from 1.20 to 1.21. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * 🔧 Updated default Golang Version to 1.21 * 📌 Pinned 1.21 for Actions Pipeline * 🔧 Updated DevContainer * 🐛 Fixed Implementation for 1.21 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Templum <templum.dev@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for cd4addc - Browse repository at this point
Copy the full SHA cd4addcView commit details
Commits on Nov 28, 2023
-
⬆️ Bump golang.org/x/oauth2 from 0.14.0 to 0.15.0 (#64)
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.14.0 to 0.15.0. - [Commits](golang/oauth2@v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bbcbc94 - Browse repository at this point
Copy the full SHA bbcbc94View commit details
Commits on Dec 6, 2023
-
⬆️ Bump actions/setup-go from 4 to 5 (#65)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 62b1d54 - Browse repository at this point
Copy the full SHA 62b1d54View commit details
Commits on Dec 17, 2023
-
⬆️ Bump actions/upload-artifact from 3 to 4 (#66)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 780e919 - Browse repository at this point
Copy the full SHA 780e919View commit details
Commits on Dec 19, 2023
-
⬆️ Bump golang.org/x/crypto from 0.16.0 to 0.17.0 (#67)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.16.0 to 0.17.0. - [Commits](golang/crypto@v0.16.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9c2aefc - Browse repository at this point
Copy the full SHA 9c2aefcView commit details
Commits on Jan 9, 2024
-
⬆️ Bump golang.org/x/oauth2 from 0.15.0 to 0.16.0 (#68)
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.15.0 to 0.16.0. - [Commits](golang/oauth2@v0.15.0...v0.16.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fa0f1e6 - Browse repository at this point
Copy the full SHA fa0f1e6View commit details
Commits on Feb 6, 2024
-
⬆️ Bump github.com/rs/zerolog from 1.31.0 to 1.32.0 (#70)
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.31.0 to 1.32.0. - [Release notes](https://github.com/rs/zerolog/releases) - [Commits](rs/zerolog@v1.31.0...v1.32.0) --- updated-dependencies: - dependency-name: github.com/rs/zerolog dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9b2c564 - Browse repository at this point
Copy the full SHA 9b2c564View commit details
Commits on Feb 9, 2024
-
⬆️ Bump golang.org/x/oauth2 from 0.16.0 to 0.17.0 (#71)
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.16.0 to 0.17.0. - [Commits](golang/oauth2@v0.16.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3505294 - Browse repository at this point
Copy the full SHA 3505294View commit details
There are no files selected for viewing
This file was deleted.
Large diffs are not rendered by default.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.