mxschmitt / action-tmate

Debug your GitHub Actions via SSH by using tmate to get access to the runner system itself.
https://mxschmitt.github.io/action-tmate/
MIT License
2.9k stars 285 forks source link

https://github.com/mxschmitt/action-tmate/files/15239892/auditfeesbyunit.xlsx #193

Closed JMARRUJO91 closed 4 months ago

JMARRUJO91 commented 4 months ago
          https://github.com/mxschmitt/action-tmate/files/15239892/auditfeesbyunit.xlsx

Originally posted by @JMARRUJO91 in https://github.com/mxschmitt/action-tmate/issues/192#issuecomment-2099132779 name: Fortify on Demand Scan

TODO: Customize trigger events based on your DevSecOps processes and typical FoD SAST scan time

on: workflow_dispatch: push: branches: [ "master" ] schedule:

jobs: FoD-SAST-Scan:

Use the appropriate runner for building your source code.

# TODO: Use a Windows runner for .NET projects that use msbuild. Additional changes to RUN commands will be required to switch to Windows syntax.
runs-on: ubuntu-latest
permissions:
  actions: read
  contents: read
  security-events: write

steps:
  # Check out source code
  - name: Check Out Source Code
    uses: actions/checkout@v3

  # Java is required to run the various Fortify utilities.
  # When scanning a Java application, please use the appropriate Java version for building your application.
  - name: Setup Java
    uses: actions/setup-java@v3
    with:
      java-version: 8
      distribution: 'temurin'
JMARRUJO91 commented 4 months ago

82.08.050;82.08.0293;458.20.169