23 lines
573 B
YAML
23 lines
573 B
YAML
name: ci-workflow
|
|
|
|
on: [push]
|
|
jobs:
|
|
ci:
|
|
runs-on: docker
|
|
|
|
container:
|
|
image: forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/pipe:v0.0.1
|
|
|
|
steps:
|
|
|
|
- name: Clone Repository
|
|
uses: https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/checkout@main
|
|
|
|
- name: Lint the Repository
|
|
uses: https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/lint/.github/workflows/golang-ci-lint.yml@main
|
|
with:
|
|
source: './...'
|
|
|
|
#- name: Build Docker Container
|
|
|
|
#- name: Vulnerability Scanning
|