Skip to content

Commit

Permalink
Test FOSSA Action with secrets (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
gab-arrobo authored Feb 6, 2024
1 parent 8f2abc2 commit 51a6c31
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/master.yml → .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright 2024 Intel Corporation

name: Master workflow
name: Main workflow

on:
pull_request:
branches:
- master
- main
push:
branches:
- master
- main

jobs:
build:
Expand All @@ -22,7 +22,7 @@ jobs:
go-version-file: 'go.mod'

- name: Build
run: go build
run: go build ./...

docker-build:
runs-on: ubuntu-latest
Expand All @@ -46,9 +46,9 @@ jobs:
- uses: actions/checkout@v4

- name: FOSSA scan
uses: fossa-contrib/fossa-action@v3
uses: fossas/fossa-action@main
with:
fossa-api-key: 9dc8fa92e3dd565687317beb87b56d89
api-key: ${{ secrets.FOSSA_OMEC_ORG_PO }}

unit-tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 51a6c31

Please sign in to comment.