|
@@ -25,13 +25,13 @@ jobs:
|
|
|
if: ${{ env.HAS_FOSSA_KEY == 'true' }}
|
|
if: ${{ env.HAS_FOSSA_KEY == 'true' }}
|
|
|
|
|
|
|
|
- name: "Run FOSSA Scan"
|
|
- name: "Run FOSSA Scan"
|
|
|
- uses: fossas/fossa-action@3ebcea1862c6ffbd5cf1b4d0bd6b3fe7bd6f2cac # main
|
|
|
|
|
|
|
+ uses: fossas/fossa-action@c414b9ad82eaad041e47a7cf62a4f02411f427a0 # main
|
|
|
if: ${{ env.HAS_FOSSA_KEY == 'true' }}
|
|
if: ${{ env.HAS_FOSSA_KEY == 'true' }}
|
|
|
with:
|
|
with:
|
|
|
api-key: ${{secrets.FOSSA_API_KEY}}
|
|
api-key: ${{secrets.FOSSA_API_KEY}}
|
|
|
|
|
|
|
|
- name: "Run FOSSA Test"
|
|
- name: "Run FOSSA Test"
|
|
|
- uses: fossas/fossa-action@3ebcea1862c6ffbd5cf1b4d0bd6b3fe7bd6f2cac # main
|
|
|
|
|
|
|
+ uses: fossas/fossa-action@c414b9ad82eaad041e47a7cf62a4f02411f427a0 # main
|
|
|
if: ${{ env.HAS_FOSSA_KEY == 'true' }}
|
|
if: ${{ env.HAS_FOSSA_KEY == 'true' }}
|
|
|
with:
|
|
with:
|
|
|
api-key: ${{secrets.FOSSA_API_KEY}}
|
|
api-key: ${{secrets.FOSSA_API_KEY}}
|