Update go.sum to reflect new package source and version changes
This commit is contained in:
@@ -43,6 +43,7 @@ jobs:
|
||||
- name: 🐳 🔨 Build Backend Container - Latest Tag
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
platform: linux/amd64,linux/arm64
|
||||
provenance: true
|
||||
sbom: true
|
||||
push: true
|
||||
|
@@ -14,6 +14,8 @@ WORKDIR /app
|
||||
|
||||
COPY --from=build /app/aws-iam-anywhere-refresher /app/aws-iam-anywhere-refresher
|
||||
|
||||
RUN apk add --no-cache gcompat
|
||||
|
||||
RUN adduser -Dh /app iam && \
|
||||
chown iam:iam /app/aws-iam-anywhere-refresher
|
||||
USER iam
|
||||
|
5
main.go
5
main.go
@@ -1,13 +1,14 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"os"
|
||||
"time"
|
||||
|
||||
helper "gitea.siteworxpro.com/Siteworxpro/aws-iam-anywhere-refresher/aws_signing_helper"
|
||||
"gitea.siteworxpro.com/Siteworxpro/aws-iam-anywhere-refresher/cmd"
|
||||
appConfig "gitea.siteworxpro.com/Siteworxpro/aws-iam-anywhere-refresher/config"
|
||||
"gitea.siteworxpro.com/Siteworxpro/aws-iam-anywhere-refresher/kube_client"
|
||||
"github.com/charmbracelet/log"
|
||||
"os"
|
||||
"time"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
Reference in New Issue
Block a user