Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

name: cfsec on: push: branches: - main pull_request: jobs: cfsec: name: cfsec sarif report runs-on: ubuntu-latest steps: - name: Clone repo uses: actions/checkout@master - name: cfsec uses: cfsec/cfsec-sarif-action@master with: sarif_file: cfsec.sarif github_token: ${{ secrets.GITHUB_TOKEN }} - name: Upload SARIF file uses: github/codeql-action/upload-sarif@v1 with: # Path to SARIF file relative to the root of the repository sarif_file: cfsec.sarif #204

Open
Marcia12sdf opened this issue Dec 15, 2023 · 0 comments

Comments

@Marcia12sdf
Copy link

name: cfsec
on:
push:
branches:
- main
pull_request:
jobs:
cfsec:
name: cfsec sarif report
runs-on: ubuntu-latest

steps:
  - name: Clone repo
    uses: actions/checkout@master

  - name: cfsec
    uses: cfsec/cfsec-sarif-action@master
    with:
      sarif_file: cfsec.sarif         
      github_token: ${{ secrets.GITHUB_TOKEN }}

  - name: Upload SARIF file
    uses: github/codeql-action/upload-sarif@v1
    with:
      # Path to SARIF file relative to the root of the repository
      sarif_file: cfsec.sarif         
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant