Update main.yml

This commit is contained in:
jvitorinoj 2021-07-22 15:39:26 -03:00 committed by GitHub
parent 71e39d44b5
commit a0165838b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ on:
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: True
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
@ -34,15 +34,14 @@ jobs:
run: |
echo Add other actions to build,
echo test, and deploy your project.
- name: Security and Licence Scan
# You may pin to the exact commit or the version.
# uses: ShiftLeftSecurity/scan-action@54980bbdae434b8e7903cfcffa98a2601c207962
uses: ShiftLeftSecurity/scan-action@v1.3.0
with:
# Source directory to scan. Defaults to /github/workspace
src: # optional, default is /github/workspace
src: /github/workspace
# Output directory for the generated reports. Defaults to /github/workspace/reports
output: # optional, default is /github/workspace/reports
output: /github/workspace/reports
# Project type. Eg: credscan, java, python, nodejs, depscan etc. Comma separated values allowed.
type: # optional
#type: # optional