File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -84,17 +84,18 @@ jobs:
8484 engagement : Zizmor
8585
8686 scorecard :
87- if : ${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
87+ # if: ${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
8888 runs-on : ubuntu-latest
8989 steps :
9090 - uses : actions/checkout@v3
9191 with :
92- fetch-depth : 0
93- persist-credentials : false
92+ # fetch-depth: 0
93+ # persist-credentials: false
9494 - uses : KittyCAD/gha-workflows/.github/actions/scorecard-action@security
9595 id : scorecard
9696 with :
9797 gh_token : ${{ secrets.GITHUB_TOKEN }}
98+ - run : git checkout main && git pull origin main
9899 - uses : KittyCAD/gha-workflows/.github/actions/upload-defectdojo@security
99100 with :
100101 dd_token : ${{ secrets.DEFECTDOJO_API_TOKEN }}
You can’t perform that action at this time.
0 commit comments