chore(deps): update docker/build-push-action digest to 86c2bd0 (#1595) #9277
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: FOSSA License Scanning | |
on: | |
push: | |
paths-ignore: | |
- '**.md' | |
- '**.svg' | |
- '**.drawio' | |
- '.spelling' | |
pull_request: | |
branches: | |
- master | |
paths-ignore: | |
- '**.md' | |
- '**.svg' | |
- '**.drawio' | |
- '.spelling' | |
permissions: | |
contents: read | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Harden Runner | |
uses: step-security/harden-runner@6d3c2fe731c8f225990c8018cb71c337c0d9dfcd | |
with: | |
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs | |
- name: Checkout code | |
uses: actions/checkout@b80ff79f1755d06ba70441c368a6fe801f5f3a62 | |
- name: Run FOSSA scan and upload build data | |
uses: fossa-contrib/fossa-action@3a0863c9d342abd4cfcc762f193ea226a85429eb | |
with: | |
fossa-api-key: 044cfa03c61e6271a24349184e90b381 | |