Adiciona header REadme
This commit is contained in:
parent
4b27003921
commit
8b5470e1b0
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -24,7 +24,6 @@ jobs:
|
||||
steps:
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- uses: actions/checkout@v2
|
||||
run: --only-verified
|
||||
|
||||
# Runs a single command using the runners shell
|
||||
- name: Run a one-line script
|
||||
@ -34,6 +33,8 @@ jobs:
|
||||
# You may pin to the exact commit or the version.
|
||||
# uses: RobertFischer/detect-secrets-action@fa2d02975bad47bd65e5752377d0ded2714c985f
|
||||
uses: RobertFischer/detect-secrets-action@v2.0.0
|
||||
with:
|
||||
DS_ADDL_ARGS: '--only-verified'
|
||||
- name: Security and Licence Scan
|
||||
# You may pin to the exact commit or the version.
|
||||
# uses: ShiftLeftSecurity/scan-action@54980bbdae434b8e7903cfcffa98a2601c207962
|
||||
|
Loading…
Reference in New Issue
Block a user