Adiciona header REadme

This commit is contained in:
Joao Vitorino 2021-07-22 18:11:39 -03:00
parent 4b27003921
commit 8b5470e1b0

View File

@ -23,8 +23,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job # Steps represent a sequence of tasks that will be executed as part of the job
steps: steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2 - uses: actions/checkout@v2
run: --only-verified
# Runs a single command using the runners shell # Runs a single command using the runners shell
- name: Run a one-line script - name: Run a one-line script
@ -34,6 +33,8 @@ jobs:
# You may pin to the exact commit or the version. # You may pin to the exact commit or the version.
# uses: RobertFischer/detect-secrets-action@fa2d02975bad47bd65e5752377d0ded2714c985f # uses: RobertFischer/detect-secrets-action@fa2d02975bad47bd65e5752377d0ded2714c985f
uses: RobertFischer/detect-secrets-action@v2.0.0 uses: RobertFischer/detect-secrets-action@v2.0.0
with:
DS_ADDL_ARGS: '--only-verified'
- name: Security and Licence Scan - name: Security and Licence Scan
# You may pin to the exact commit or the version. # You may pin to the exact commit or the version.
# uses: ShiftLeftSecurity/scan-action@54980bbdae434b8e7903cfcffa98a2601c207962 # uses: ShiftLeftSecurity/scan-action@54980bbdae434b8e7903cfcffa98a2601c207962