Skip to content

Commit 8a999d9

Browse files
committed
CoPilot fixes
1 parent 16f4f34 commit 8a999d9

File tree

3 files changed

+16
-20
lines changed

3 files changed

+16
-20
lines changed

.github/workflows/container.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -167,24 +167,6 @@ jobs:
167167
category: 'container-${{ matrix.component }}'
168168
continue-on-error: true
169169

170-
- name: Generate SLSA provenance
171-
# SLSA provenance generation
172-
provenance:
173-
needs: container-publish
174-
if: startsWith(github.ref, 'refs/tags/')
175-
permissions:
176-
actions: read
177-
id-token: write
178-
packages: write
179-
uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected]
180-
with:
181-
image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
182-
digest: ${{ needs.container-publish.outputs.digest }}
183-
registry-username: ${{ github.actor }}
184-
secrets:
185-
registry-password: ${{ secrets.GITHUB_TOKEN }} uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected]
186-
if: startsWith(github.ref, 'refs/tags/')
187-
continue-on-error: true
188170

189171
# Integration testing
190172
integration-test:

.markdownlint.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"MD009": {
3+
"br_spaces": 2
4+
},
5+
"MD013": false,
6+
"MD022": false,
7+
"MD024": false,
8+
"MD026": false,
9+
"MD031": false,
10+
"MD032": false,
11+
"MD033": false,
12+
"MD034": false,
13+
"MD036": false,
14+
"MD040": false,
15+
"MD041": false
16+
}

tests/integration/health_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,6 @@ func TestDashboardContent(t *testing.T) {
124124
}
125125
}
126126

127-
<<<<<<< Updated upstream
128-
<<<<<<< Updated upstream
129127
// TestPrometheusTargets verifies Prometheus is scraping AgentaFlow
130128
func TestPrometheusTargets(t *testing.T) {
131129
targetFound, targets := waitForAgentaFlowTarget(prometheusURL+"/api/v1/targets", healthTimeout, healthRetryWait)

0 commit comments

Comments
 (0)