Skip to content
Open
Show file tree
Hide file tree
Changes from 14 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
82 changes: 0 additions & 82 deletions .github/workflows/commercial-readiness-agent-coverage.yml

This file was deleted.

60 changes: 0 additions & 60 deletions .github/workflows/controlplane-schema-coverage.yml

This file was deleted.

55 changes: 0 additions & 55 deletions .github/workflows/openssf-evidence-coverage.yml

This file was deleted.

52 changes: 0 additions & 52 deletions .github/workflows/pinned-https-coverage.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/prepare-pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ jobs:

- name: Clean local release artifacts
run: |
rm -rf build dist *.egg-info release-sbom.cdx.json release-provenance.json
rm -rf -- build dist ./*.egg-info release-sbom.cdx.json release-provenance.json

- name: Commit and push release branch
run: |
Expand Down
56 changes: 0 additions & 56 deletions .github/workflows/retention-audit-coverage.yml

This file was deleted.

33 changes: 0 additions & 33 deletions .github/workflows/scan-path-context-coverage.yml

This file was deleted.

7 changes: 7 additions & 0 deletions .github/workflows/security-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches: [develop, main, master]
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches: [develop, main, master]
schedule:
- cron: "31 4 * * 1"
Expand All @@ -13,8 +14,13 @@ on:
permissions:
contents: read

concurrency:
group: ${{ github.workflow }}-${{ github.repository }}-${{ github.event_name == 'pull_request' && github.run_attempt == 1 && github.event.pull_request.number || github.run_id }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}

jobs:
appguardrail-scan:
if: ${{ github.event_name != 'pull_request' || (github.event.action != 'closed' && github.event.pull_request.draft == false) }}
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down Expand Up @@ -53,6 +59,7 @@ jobs:
retention-days: 7
Comment thread
seonghobae marked this conversation as resolved.

trivy-fs:
if: ${{ github.event_name != 'pull_request' || (github.event.action != 'closed' && github.event.pull_request.draft == false) }}
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down
Loading
Loading