Skip to content

testing pure-go in cicd #1

testing pure-go in cicd

testing pure-go in cicd #1

Workflow file for this run

name: FOSSA
on:
push:
branches:
- master
- testing
paths-ignore:
- '**.md'
- 'docs/**'
- '**/OWNERS'
- '**/MAINTAINERS'
pull_request:
paths-ignore:
- '**.md'
- 'docs/**'
- '**/OWNERS'
- '**/MAINTAINERS'
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: "^1.22.x"
- run: go version
# Runs a set of commands to initialize and analyze with FOSSA
- name: run FOSSA analysis
uses: fossas/fossa-action@main
with:
# FOSSA Push-Only API Token
api-key: '87a9c35cbed49f802657f98b60134ee8'