diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b7ee77b..b107874 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,8 +23,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 - run: --only-verified + - uses: actions/checkout@v2 # 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