remote gitlab ci & rename module

This commit is contained in:
Shane C. 2024-11-11 16:30:44 -05:00
parent c85143e88f
commit bba0b43455
Signed by: Shane C.
GPG key ID: E46B5FEA35B22FF9
4 changed files with 5 additions and 16 deletions

View file

@ -1,13 +0,0 @@
# You can override the included template(s) by including variable overrides
# SAST customization: https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings
# Secret Detection customization: https://docs.gitlab.com/ee/user/application_security/secret_detection/pipeline/#customization
# Dependency Scanning customization: https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings
# Container Scanning customization: https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings
# Note that environment variables can be set in several places
# See https://docs.gitlab.com/ee/ci/variables/#cicd-variable-precedence
stages:
- test
sast:
stage: test
include:
- template: Security/SAST.gitlab-ci.yml

4
go.mod
View file

@ -1,5 +1,5 @@
module gitlab.com/omnibill/linux
module egtyl.xyz/omnibill/linux
go 1.23.2
require golang.org/x/sys v0.26.0 // indirect
require golang.org/x/sys v0.27.0

2
go.sum
View file

@ -1,2 +1,4 @@
golang.org/x/sys v0.26.0 h1:KHjCJyddX0LoSTb3J+vWpupP9p0oznkqVk/IfjymZbo=
golang.org/x/sys v0.26.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/sys v0.27.0 h1:wBqf8DvsY9Y/2P8gAfPDEYNuS30J4lPHJxXSb/nJZ+s=
golang.org/x/sys v0.27.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=

View file

@ -1,9 +1,9 @@
package linux
import (
"egtyl.xyz/omnibill/linux/cmd"
"errors"
"fmt"
"gitlab.com/omnibill/linux/cmd"
"golang.org/x/sys/unix"
"io/fs"
"os"