Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
1 change: 0 additions & 1 deletion .github/workflows/gradle-build-test.yaml
Original file line numberDiff line numberDiff line change
Expand Up@@ -632,7 +632,6 @@ jobs:
timeout-minutes: ${{ inputs.grype_timeout_minutes }}
permissions:
contents: read
issues: read # Read maintainer-approved CVE bypass issues
steps:
# One harden-runner step with the policy computed, rather than
# two selected by condition: harden-runner declares a 'pre'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/maven-build-test.yaml
Original file line numberDiff line numberDiff line change
Expand Up@@ -698,7 +698,6 @@ jobs:
timeout-minutes: ${{ inputs.grype_timeout_minutes }}
permissions:
contents: read
issues: read # Read maintainer-approved CVE bypass issues
steps:
# One harden-runner step with the policy computed, rather than
# two selected by condition: harden-runner declares a 'pre'
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/testing.yaml
Original file line numberDiff line numberDiff line change
Expand Up@@ -47,7 +47,6 @@ jobs:
permissions:
contents: read
pull-requests: read # repository-metadata-action queries PR data
issues: read # Grype scan reads approved CVE bypass issues
uses: ./.github/workflows/maven-build-test.yaml
with:
repository: 'apache/maven'
Expand All@@ -63,7 +62,6 @@ jobs:
permissions:
contents: read
pull-requests: read # repository-metadata-action queries PR data
issues: read # Grype scan reads approved CVE bypass issues
uses: ./.github/workflows/gradle-build-test.yaml
with:
repository: 'onap/portal-ng-preferences'
Expand Down
1 change: 0 additions & 1 deletion examples/gradle/build-test/gerrit.yaml
Original file line numberDiff line numberDiff line change
Expand Up@@ -126,7 +126,6 @@ jobs:
permissions:
contents: read
pull-requests: read # repository-metadata-action queries PR data
issues: read # Grype scan reads approved CVE bypass issues
# REPLACE the pinned SHA below with a java-workflows release SHA
# (or your instantiated workflows repository's release SHA).
# The all-zero SHA is a non-functional placeholder, NOT a real commit.
Expand Down
1 change: 0 additions & 1 deletion examples/gradle/build-test/github.yaml
Original file line numberDiff line numberDiff line change
Expand Up@@ -36,7 +36,6 @@ jobs:
permissions:
contents: read
pull-requests: read # repository-metadata-action queries PR data
issues: read # Grype scan reads approved CVE bypass issues
# REPLACE the pinned SHA below with a java-workflows release SHA
# (or your instantiated workflows repository's release SHA).
# The all-zero SHA is a non-functional placeholder, NOT a real commit.
Expand Down
1 change: 0 additions & 1 deletion examples/maven/build-test/gerrit.yaml
Original file line numberDiff line numberDiff line change
Expand Up@@ -126,7 +126,6 @@ jobs:
permissions:
contents: read
pull-requests: read # repository-metadata-action queries PR data
issues: read # Grype scan reads approved CVE bypass issues
# REPLACE the pinned SHA below with a java-workflows release SHA
# (or your instantiated workflows repository's release SHA).
# The all-zero SHA is a non-functional placeholder, NOT a real commit.
Expand Down
1 change: 0 additions & 1 deletion examples/maven/build-test/github.yaml
Original file line numberDiff line numberDiff line change
Expand Up@@ -36,7 +36,6 @@ jobs:
permissions:
contents: read
pull-requests: read # repository-metadata-action queries PR data
issues: read # Grype scan reads approved CVE bypass issues
# REPLACE the pinned SHA below with a java-workflows release SHA
# (or your instantiated workflows repository's release SHA).
# The all-zero SHA is a non-functional placeholder, NOT a real commit.
Expand Down
Loading