Skip to content

Commit

Permalink
Merge pull request #448 from espressif/feat/sbom_action_localdb
Browse files Browse the repository at this point in the history
feat(ci): pass SBOM_CHECK_LOCAL_DB to esp-idf-sbom-action
  • Loading branch information
fhrbata authored Nov 27, 2024
2 parents d402e9c + a0f1149 commit e7e77dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/vulnerability_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:

- name: Vulnerability scan
env:
SBOM_CHECK_LOCAL_DB: ${{ vars.SBOM_CHECK_LOCAL_DB }}
SBOM_MATTERMOST_WEBHOOK: ${{ secrets.SBOM_MATTERMOST_WEBHOOK }}
NVDAPIKEY: ${{ secrets.NVDAPIKEY }}
uses: espressif/esp-idf-sbom-action@master

0 comments on commit e7e77dd

Please sign in to comment.