Skip to content

Commit a89725e

Browse files
committed
reduce workflows to reduce number of caching steps
1 parent c47d3a0 commit a89725e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ jobs:
7777
- name: Run tests
7878
run: cargo test --lib --bins --tests --verbose
7979

80-
- name: Run FOSSA scan and upload build data
81-
uses: fossa-contrib/fossa-action@cdc5065bcdee31a32e47d4585df72d66e8e941c2 # v3.0.0
82-
with:
83-
fossa-api-key: ${{ secrets.FOSSA_API_KEY }}
84-
github-token: ${{ github.token }}
80+
# - name: Run FOSSA scan and upload build data
81+
# uses: fossa-contrib/fossa-action@cdc5065bcdee31a32e47d4585df72d66e8e941c2 # v3.0.0
82+
# with:
83+
# fossa-api-key: ${{ secrets.FOSSA_API_KEY }}
84+
# github-token: ${{ github.token }}
8585

8686
- name: Run Trivy vulnerability scanner in repo mode
8787
uses: aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0 # v0.29.0

0 commit comments

Comments
 (0)