Skip to content

Commit

Permalink
Octoscan
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Dec 7, 2024
1 parent 63efab5 commit f353019
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,22 @@ jobs:
uses: "docker://rhysd/actionlint:1.7.3"
with:
args: "-color -verbose -shellcheck="

octoscan:
name: "Octoscan"
runs-on: "ubuntu-22.04"
timeout-minutes: 1
steps:
-
name: "Checkout repository"
uses: "actions/[email protected]"
-
name: "Run Octoscan"
id: "octoscan"
uses: "synacktiv/[email protected]"
-
name: "Upload SARIF file to GitHub Security"
uses: "github/codeql-action/[email protected]"
with:
sarif_file: "${{ steps.octoscan.outputs.sarif_output }}"
category: "octoscan"

0 comments on commit f353019

Please sign in to comment.