Skip to content

Commit 0406ba4

Browse files
committed
enable ssf
1 parent f87de96 commit 0406ba4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/security-default-branch.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)