Skip to content

Sub 3621 vulnerabilities + workloads structs + enrichments (#190) #283

Sub 3621 vulnerabilities + workloads structs + enrichments (#190)

Sub 3621 vulnerabilities + workloads structs + enrichments (#190) #283

Workflow file for this run

name: Release-Tag
on:
push:
branches: [ main]
paths-ignore:
# Do not run the pipeline if only Markdown files changed
- '**.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...
- uses: rickstaa/action-create-tag@v1
with:
tag: "v0.0.${{ github.run_number }}"