Very preliminary CI/CD pipeline to see if I need to manually pull the code.

This commit is contained in:
James Wells 2024-09-06 06:59:19 -07:00
parent 823a16a97b
commit 9727822b8a
Signed by: jwells
GPG key ID: 73196D10B8E65666
5 changed files with 149 additions and 81 deletions

View file

@ -0,0 +1,13 @@
name: Build G'Agent
on: [push]
jobs:
trivy_scan:
runs-on: docker
container:
image: dragonheim/golang:latest
steps:
- run: ls -la
- run: go version
- run: go fmt
# - run: apk add --no-cache git zeromq-dev build-base
# - run: go build -o test cmd/gagent/main.go