From c21709c0ba45d055e3549e5a7ba808bf1a6102c7 Mon Sep 17 00:00:00 2001 From: "Everton H. Taques" <97463920+etaques@users.noreply.github.com> Date: Tue, 28 Jan 2025 13:24:03 -0300 Subject: [PATCH 1/6] Update Dockerfile --- .github/actions/go-lint/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/go-lint/Dockerfile b/.github/actions/go-lint/Dockerfile index dfcb253ea..1e9e0564c 100644 --- a/.github/actions/go-lint/Dockerfile +++ b/.github/actions/go-lint/Dockerfile @@ -1,6 +1,5 @@ FROM golang:1.22-alpine -LABEL author="Everton Haise Taques" LABEL maintainer="netboxlabs" LABEL version="1.0.0" From f19b69af064458aa4d9a4238edce20f7864ad0e7 Mon Sep 17 00:00:00 2001 From: "Everton H. Taques" <97463920+etaques@users.noreply.github.com> Date: Tue, 28 Jan 2025 13:25:32 -0300 Subject: [PATCH 2/6] Update action.yml --- .github/actions/go-lint/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/go-lint/action.yml b/.github/actions/go-lint/action.yml index b61e63858..90ee3c4b5 100644 --- a/.github/actions/go-lint/action.yml +++ b/.github/actions/go-lint/action.yml @@ -1,5 +1,4 @@ name: 'go-lint' -author: 'Everton Haise Taques' description: 'netboxlabs' runs: From 6dd32fc9f8b215d47874e9d14a3635fd0e9e5c53 Mon Sep 17 00:00:00 2001 From: "Everton H. Taques" <97463920+etaques@users.noreply.github.com> Date: Tue, 28 Jan 2025 13:25:55 -0300 Subject: [PATCH 3/6] Update Dockerfile --- .github/actions/go-report/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/go-report/Dockerfile b/.github/actions/go-report/Dockerfile index c8c970a4c..22c02cf73 100644 --- a/.github/actions/go-report/Dockerfile +++ b/.github/actions/go-report/Dockerfile @@ -1,6 +1,5 @@ FROM golang:1.22-alpine -LABEL author="Everton Haise Taques" LABEL maintainer="netboxlabs" LABEL version="1.0.0" From 0a090d51068e2b9eecccaf9f2ff3457f44f24c91 Mon Sep 17 00:00:00 2001 From: "Everton H. Taques" <97463920+etaques@users.noreply.github.com> Date: Tue, 28 Jan 2025 13:26:10 -0300 Subject: [PATCH 4/6] Update action.yml --- .github/actions/go-report/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/go-report/action.yml b/.github/actions/go-report/action.yml index bdbaf0315..5177478d4 100644 --- a/.github/actions/go-report/action.yml +++ b/.github/actions/go-report/action.yml @@ -1,5 +1,4 @@ name: 'go-report' -author: 'Everton Haise Taques' description: 'netboxlabs' inputs: From 3971d5c6bea1d0632ed0a195b00baee6e61caff1 Mon Sep 17 00:00:00 2001 From: "Everton H. Taques" <97463920+etaques@users.noreply.github.com> Date: Tue, 28 Jan 2025 13:27:07 -0300 Subject: [PATCH 5/6] Update Dockerfile --- .github/actions/slack-post/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/slack-post/Dockerfile b/.github/actions/slack-post/Dockerfile index 5362fd75a..672b03484 100644 --- a/.github/actions/slack-post/Dockerfile +++ b/.github/actions/slack-post/Dockerfile @@ -1,6 +1,5 @@ FROM ubuntu:20.04 -LABEL author="Everton Haise Taques" LABEL maintainer="netboxlabs" LABEL version="1.0.0" From 83ee2ac91a329b772dadc9c8af69469d57d68740 Mon Sep 17 00:00:00 2001 From: "Everton H. Taques" <97463920+etaques@users.noreply.github.com> Date: Tue, 28 Jan 2025 13:27:20 -0300 Subject: [PATCH 6/6] Update action.yml --- .github/actions/slack-post/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/slack-post/action.yml b/.github/actions/slack-post/action.yml index ad98e3528..d8a3707f1 100644 --- a/.github/actions/slack-post/action.yml +++ b/.github/actions/slack-post/action.yml @@ -1,5 +1,4 @@ name: 'slack-post' -author: 'Everton Taques' description: 'netboxlabs' inputs: