Skip to content

Commit

Permalink
Naming fixes and cleanups.
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan42 committed Aug 28, 2024
1 parent 2875b3c commit 288ffdc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sca_anchore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
image: ${{ steps.meta.outputs.tags }}
format: spdx-json
output-file: sbom_anchore.spdx.json
upload-artifact: false

- name: Upload SBOM file as an artifact
uses: actions/upload-artifact@v4
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/sca_snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ on:
# SHA: ${{ github.event.pull_request.head.sha || github.event.after }}

jobs:
anchore:
snyk:
runs-on: ubuntu-latest
permissions:
contents: read
contents: write
packages: write
security-events: write

Expand Down Expand Up @@ -70,6 +70,7 @@ jobs:
image: ${{ github.event.inputs.docker_image }}
format: spdx-json
output-file: sbom_anchore.spdx-json
upload-artifact: false

- name: Upload SBOM file as an artifact
uses: actions/upload-artifact@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sca_trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ on:
# SHA: ${{ github.event.pull_request.head.sha || github.event.after }}

jobs:
anchore:
trivy:
runs-on: ubuntu-latest
permissions:
contents: read
contents: write
packages: write
security-events: write

Expand Down

0 comments on commit 288ffdc

Please sign in to comment.